Shades of Fern #66BC69
Tints of Fern #66BC69
RGB
CMYK
RGB Variations
Color information
#66BC69 (or 0x66BC69) is known color: Fern. HEX triplet: 66, BC and 69. RGB value is (102,188,105). Sum of RGB (Red+Green+Blue) = 102+188+105=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC69 is #994396. Grayscale: #999999. Windows color (decimal): -10044311 or 6929510. OLE color: 6929510.
HSL color Cylindrical-coordinate representation of color #66BC69: hue angle of 122.09º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BC69 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 105 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.26 |
| HSL | 122.09º | 0.39% | 0.57% | - |
| HSV(B) | 122.09º | 0.46% | 0.74% | - |
| XYZ | 26.01 | 39.81 | 19.68 | - |
| YUV | 152.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 105 | 0.46 | 0 | 0.44 | 0.26 | 122.09 | 0.39 | 0.57 |
| Hex | 66 | BC | 69 | 2E | 0 | 2C | 1A | 7A | 27 | 39 |
| Octal | 146 | 274 | 151 | 56 | 0 | 54 | 32 | 172 | 47 | 71 |
| Binary | 1100110 | 10111100 | 1101001 | 101110 | 0 | 101100 | 11010 | 1111010 | 100111 | 111001 |
Color Harmonies of #66BC69
Complementary color
Monochromatic Colors of #66BC69
Black with #66BC69
Text Example
Text Example
White with #66BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC69; }
p { color: rgb(102,188,105); }
H1.HeaderClassName
{
color: #66BC69;
}
.AnyTagClassName
{
color: #66BC69;
}
</style>
background-color css
<style>
a { background-color: #66BC69; }
a { background-color: rgb(102,188,105); }
div.DivClassName
{
background-color: #66BC69;
}
.BgClassName
{
background-color: #66BC69;
}
</style>
border-color css
<style>
span { border-color: #66BC69; }
span { border-color: rgb(102,188,105); }
td.TdClassName
{
border-color: #66BC69;
}
.TagClassName
{
border-color: #66BC69;
}
</style>