Shades of Fern #66CF69
Tints of Fern #66CF69
RGB
CMYK
RGB Variations
Color information
#66CF69 (or 0x66CF69) is known color: Fern. HEX triplet: 66, CF and 69. RGB value is (102,207,105). Sum of RGB (Red+Green+Blue) = 102+207+105=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF69 is #993096. Grayscale: #A4A4A4. Windows color (decimal): -10039447 or 6934374. OLE color: 6934374.
HSL color Cylindrical-coordinate representation of color #66CF69: hue angle of 121.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF69 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 105 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.19 |
| HSL | 121.71º | 0.52% | 0.61% | - |
| HSV(B) | 121.71º | 0.51% | 0.81% | - |
| XYZ | 30.34 | 48.47 | 21.12 | - |
| YUV | 163.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 105 | 0.51 | 0 | 0.49 | 0.19 | 121.71 | 0.52 | 0.61 |
| Hex | 66 | CF | 69 | 33 | 0 | 31 | 13 | 7A | 34 | 3D |
| Octal | 146 | 317 | 151 | 63 | 0 | 61 | 23 | 172 | 64 | 75 |
| Binary | 1100110 | 11001111 | 1101001 | 110011 | 0 | 110001 | 10011 | 1111010 | 110100 | 111101 |
Color Harmonies of #66CF69
Complementary color
Monochromatic Colors of #66CF69
Black with #66CF69
Text Example
Text Example
White with #66CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF69; }
p { color: rgb(102,207,105); }
H1.HeaderClassName
{
color: #66CF69;
}
.AnyTagClassName
{
color: #66CF69;
}
</style>
background-color css
<style>
a { background-color: #66CF69; }
a { background-color: rgb(102,207,105); }
div.DivClassName
{
background-color: #66CF69;
}
.BgClassName
{
background-color: #66CF69;
}
</style>
border-color css
<style>
span { border-color: #66CF69; }
span { border-color: rgb(102,207,105); }
td.TdClassName
{
border-color: #66CF69;
}
.TagClassName
{
border-color: #66CF69;
}
</style>