Shades of Fern #66BE7B
Tints of Fern #66BE7B
RGB
CMYK
RGB Variations
Color information
#66BE7B (or 0x66BE7B) is known color: Fern. HEX triplet: 66, BE and 7B. RGB value is (102,190,123). Sum of RGB (Red+Green+Blue) = 102+190+123=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE7B is #994184. Grayscale: #9C9C9C. Windows color (decimal): -10043781 or 8109670. OLE color: 8109670.
HSL color Cylindrical-coordinate representation of color #66BE7B: hue angle of 134.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE7B is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 123 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.25 |
| HSL | 134.32º | 0.4% | 0.57% | - |
| HSV(B) | 134.32º | 0.46% | 0.75% | - |
| XYZ | 27.47 | 41.08 | 25.22 | - |
| YUV | 156.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 123 | 0.46 | 0 | 0.35 | 0.25 | 134.32 | 0.4 | 0.57 |
| Hex | 66 | BE | 7B | 2E | 0 | 23 | 19 | 86 | 28 | 39 |
| Octal | 146 | 276 | 173 | 56 | 0 | 43 | 31 | 206 | 50 | 71 |
| Binary | 1100110 | 10111110 | 1111011 | 101110 | 0 | 100011 | 11001 | 10000110 | 101000 | 111001 |
Color Harmonies of #66BE7B
Complementary color
Monochromatic Colors of #66BE7B
Black with #66BE7B
Text Example
Text Example
White with #66BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE7B; }
p { color: rgb(102,190,123); }
H1.HeaderClassName
{
color: #66BE7B;
}
.AnyTagClassName
{
color: #66BE7B;
}
</style>
background-color css
<style>
a { background-color: #66BE7B; }
a { background-color: rgb(102,190,123); }
div.DivClassName
{
background-color: #66BE7B;
}
.BgClassName
{
background-color: #66BE7B;
}
</style>
border-color css
<style>
span { border-color: #66BE7B; }
span { border-color: rgb(102,190,123); }
td.TdClassName
{
border-color: #66BE7B;
}
.TagClassName
{
border-color: #66BE7B;
}
</style>