Shades of Pastel Green #64F28F
Tints of Pastel Green #64F28F
RGB
CMYK
RGB Variations
Color information
#64F28F (or 0x64F28F) is known color: Pastel Green. HEX triplet: 64, F2 and 8F. RGB value is (100,242,143). Sum of RGB (Red+Green+Blue) = 100+242+143=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #64F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F28F is #9B0D70. Grayscale: #BCBCBC. Windows color (decimal): -10161521 or 9433700. OLE color: 9433700.
HSL color Cylindrical-coordinate representation of color #64F28F: hue angle of 138.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F28F is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 143 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.05 |
| HSL | 138.17º | 0.85% | 0.67% | - |
| HSV(B) | 138.17º | 0.59% | 0.95% | - |
| XYZ | 41.97 | 68.2 | 36.94 | - |
| YUV | 188.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 143 | 0.59 | 0 | 0.41 | 0.05 | 138.17 | 0.85 | 0.67 |
| Hex | 64 | F2 | 8F | 3B | 0 | 29 | 5 | 8A | 55 | 43 |
| Octal | 144 | 362 | 217 | 73 | 0 | 51 | 5 | 212 | 125 | 103 |
| Binary | 1100100 | 11110010 | 10001111 | 111011 | 0 | 101001 | 101 | 10001010 | 1010101 | 1000011 |
Color Harmonies of #64F28F
Complementary color
Monochromatic Colors of #64F28F
Black with #64F28F
Text Example
Text Example
White with #64F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F28F; }
p { color: rgb(100,242,143); }
H1.HeaderClassName
{
color: #64F28F;
}
.AnyTagClassName
{
color: #64F28F;
}
</style>
background-color css
<style>
a { background-color: #64F28F; }
a { background-color: rgb(100,242,143); }
div.DivClassName
{
background-color: #64F28F;
}
.BgClassName
{
background-color: #64F28F;
}
</style>
border-color css
<style>
span { border-color: #64F28F; }
span { border-color: rgb(100,242,143); }
td.TdClassName
{
border-color: #64F28F;
}
.TagClassName
{
border-color: #64F28F;
}
</style>