Shades of Pastel Green #64F386
Tints of Pastel Green #64F386
RGB
CMYK
RGB Variations
Color information
#64F386 (or 0x64F386) is known color: Pastel Green. HEX triplet: 64, F3 and 86. RGB value is (100,243,134). Sum of RGB (Red+Green+Blue) = 100+243+134=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #64F386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F386 is #9B0C79. Grayscale: #BCBCBC. Windows color (decimal): -10161274 or 8844132. OLE color: 8844132.
HSL color Cylindrical-coordinate representation of color #64F386: hue angle of 134.27º degrees, saturation: 0.86, 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 #64F386 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 134 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.05 |
| HSL | 134.27º | 0.86% | 0.67% | - |
| HSV(B) | 134.27º | 0.59% | 0.95% | - |
| XYZ | 41.61 | 68.53 | 33.59 | - |
| YUV | 187.82 | 97.62 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 134 | 0.59 | 0 | 0.45 | 0.05 | 134.27 | 0.86 | 0.67 |
| Hex | 64 | F3 | 86 | 3B | 0 | 2D | 5 | 86 | 56 | 43 |
| Octal | 144 | 363 | 206 | 73 | 0 | 55 | 5 | 206 | 126 | 103 |
| Binary | 1100100 | 11110011 | 10000110 | 111011 | 0 | 101101 | 101 | 10000110 | 1010110 | 1000011 |
Color Harmonies of #64F386
Complementary color
Monochromatic Colors of #64F386
Black with #64F386
Text Example
Text Example
White with #64F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F386; }
p { color: rgb(100,243,134); }
H1.HeaderClassName
{
color: #64F386;
}
.AnyTagClassName
{
color: #64F386;
}
</style>
background-color css
<style>
a { background-color: #64F386; }
a { background-color: rgb(100,243,134); }
div.DivClassName
{
background-color: #64F386;
}
.BgClassName
{
background-color: #64F386;
}
</style>
border-color css
<style>
span { border-color: #64F386; }
span { border-color: rgb(100,243,134); }
td.TdClassName
{
border-color: #64F386;
}
.TagClassName
{
border-color: #64F386;
}
</style>