Shades of Fern #66CF5B
Tints of Fern #66CF5B
RGB
CMYK
RGB Variations
Color information
#66CF5B (or 0x66CF5B) is known color: Fern. HEX triplet: 66, CF and 5B. RGB value is (102,207,91). Sum of RGB (Red+Green+Blue) = 102+207+91=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF5B is #9930A4. Grayscale: #A2A2A2. Windows color (decimal): -10039461 or 6016870. OLE color: 6016870.
HSL color Cylindrical-coordinate representation of color #66CF5B: hue angle of 114.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CF5B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 91 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.19 |
| HSL | 114.31º | 0.55% | 0.58% | - |
| HSV(B) | 114.31º | 0.56% | 0.81% | - |
| XYZ | 29.68 | 48.21 | 17.64 | - |
| YUV | 162.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 91 | 0.51 | 0 | 0.56 | 0.19 | 114.31 | 0.55 | 0.58 |
| Hex | 66 | CF | 5B | 33 | 0 | 38 | 13 | 72 | 37 | 3A |
| Octal | 146 | 317 | 133 | 63 | 0 | 70 | 23 | 162 | 67 | 72 |
| Binary | 1100110 | 11001111 | 1011011 | 110011 | 0 | 111000 | 10011 | 1110010 | 110111 | 111010 |
Color Harmonies of #66CF5B
Complementary color
Monochromatic Colors of #66CF5B
Black with #66CF5B
Text Example
Text Example
White with #66CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF5B; }
p { color: rgb(102,207,91); }
H1.HeaderClassName
{
color: #66CF5B;
}
.AnyTagClassName
{
color: #66CF5B;
}
</style>
background-color css
<style>
a { background-color: #66CF5B; }
a { background-color: rgb(102,207,91); }
div.DivClassName
{
background-color: #66CF5B;
}
.BgClassName
{
background-color: #66CF5B;
}
</style>
border-color css
<style>
span { border-color: #66CF5B; }
span { border-color: rgb(102,207,91); }
td.TdClassName
{
border-color: #66CF5B;
}
.TagClassName
{
border-color: #66CF5B;
}
</style>