Shades of Pastel Green #64F58B
Tints of Pastel Green #64F58B
RGB
CMYK
RGB Variations
Color information
#64F58B (or 0x64F58B) is known color: Pastel Green. HEX triplet: 64, F5 and 8B. RGB value is (100,245,139). Sum of RGB (Red+Green+Blue) = 100+245+139=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #64F58B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F58B is #9B0A74. Grayscale: #BDBDBD. Windows color (decimal): -10160757 or 9172324. OLE color: 9172324.
HSL color Cylindrical-coordinate representation of color #64F58B: hue angle of 136.14º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F58B is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 245 | 139 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.04 |
| HSL | 136.14º | 0.88% | 0.68% | - |
| HSV(B) | 136.14º | 0.59% | 0.96% | - |
| XYZ | 42.57 | 69.88 | 35.67 | - |
| YUV | 189.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 139 | 0.59 | 0 | 0.43 | 0.04 | 136.14 | 0.88 | 0.68 |
| Hex | 64 | F5 | 8B | 3B | 0 | 2B | 4 | 88 | 58 | 44 |
| Octal | 144 | 365 | 213 | 73 | 0 | 53 | 4 | 210 | 130 | 104 |
| Binary | 1100100 | 11110101 | 10001011 | 111011 | 0 | 101011 | 100 | 10001000 | 1011000 | 1000100 |
Color Harmonies of #64F58B
Complementary color
Monochromatic Colors of #64F58B
Black with #64F58B
Text Example
Text Example
White with #64F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F58B; }
p { color: rgb(100,245,139); }
H1.HeaderClassName
{
color: #64F58B;
}
.AnyTagClassName
{
color: #64F58B;
}
</style>
background-color css
<style>
a { background-color: #64F58B; }
a { background-color: rgb(100,245,139); }
div.DivClassName
{
background-color: #64F58B;
}
.BgClassName
{
background-color: #64F58B;
}
</style>
border-color css
<style>
span { border-color: #64F58B; }
span { border-color: rgb(100,245,139); }
td.TdClassName
{
border-color: #64F58B;
}
.TagClassName
{
border-color: #64F58B;
}
</style>