Shades of Fern #66BF5D
Tints of Fern #66BF5D
RGB
CMYK
RGB Variations
Color information
#66BF5D (or 0x66BF5D) is known color: Fern. HEX triplet: 66, BF and 5D. RGB value is (102,191,93). Sum of RGB (Red+Green+Blue) = 102+191+93=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF5D is #9940A2. Grayscale: #999999. Windows color (decimal): -10043555 or 6143846. OLE color: 6143846.
HSL color Cylindrical-coordinate representation of color #66BF5D: hue angle of 114.49º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66BF5D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 93 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.25 |
| HSL | 114.49º | 0.43% | 0.56% | - |
| HSV(B) | 114.49º | 0.51% | 0.75% | - |
| XYZ | 26.09 | 40.88 | 16.87 | - |
| YUV | 153.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 93 | 0.47 | 0 | 0.51 | 0.25 | 114.49 | 0.43 | 0.56 |
| Hex | 66 | BF | 5D | 2F | 0 | 33 | 19 | 72 | 2B | 38 |
| Octal | 146 | 277 | 135 | 57 | 0 | 63 | 31 | 162 | 53 | 70 |
| Binary | 1100110 | 10111111 | 1011101 | 101111 | 0 | 110011 | 11001 | 1110010 | 101011 | 111000 |
Color Harmonies of #66BF5D
Complementary color
Monochromatic Colors of #66BF5D
Black with #66BF5D
Text Example
Text Example
White with #66BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BF5D; }
p { color: rgb(102,191,93); }
H1.HeaderClassName
{
color: #66BF5D;
}
.AnyTagClassName
{
color: #66BF5D;
}
</style>
background-color css
<style>
a { background-color: #66BF5D; }
a { background-color: rgb(102,191,93); }
div.DivClassName
{
background-color: #66BF5D;
}
.BgClassName
{
background-color: #66BF5D;
}
</style>
border-color css
<style>
span { border-color: #66BF5D; }
span { border-color: rgb(102,191,93); }
td.TdClassName
{
border-color: #66BF5D;
}
.TagClassName
{
border-color: #66BF5D;
}
</style>