Shades of Fern #66BE75
Tints of Fern #66BE75
RGB
CMYK
RGB Variations
Color information
#66BE75 (or 0x66BE75) is known color: Fern. HEX triplet: 66, BE and 75. RGB value is (102,190,117). Sum of RGB (Red+Green+Blue) = 102+190+117=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE75 is #99418A. Grayscale: #9B9B9B. Windows color (decimal): -10043787 or 7716454. OLE color: 7716454.
HSL color Cylindrical-coordinate representation of color #66BE75: hue angle of 130.23º 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 #66BE75 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 117 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.25 |
| HSL | 130.23º | 0.4% | 0.57% | - |
| HSV(B) | 130.23º | 0.46% | 0.75% | - |
| XYZ | 27.1 | 40.94 | 23.3 | - |
| YUV | 155.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 117 | 0.46 | 0 | 0.38 | 0.25 | 130.23 | 0.4 | 0.57 |
| Hex | 66 | BE | 75 | 2E | 0 | 26 | 19 | 82 | 28 | 39 |
| Octal | 146 | 276 | 165 | 56 | 0 | 46 | 31 | 202 | 50 | 71 |
| Binary | 1100110 | 10111110 | 1110101 | 101110 | 0 | 100110 | 11001 | 10000010 | 101000 | 111001 |
Color Harmonies of #66BE75
Complementary color
Monochromatic Colors of #66BE75
Black with #66BE75
Text Example
Text Example
White with #66BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE75; }
p { color: rgb(102,190,117); }
H1.HeaderClassName
{
color: #66BE75;
}
.AnyTagClassName
{
color: #66BE75;
}
</style>
background-color css
<style>
a { background-color: #66BE75; }
a { background-color: rgb(102,190,117); }
div.DivClassName
{
background-color: #66BE75;
}
.BgClassName
{
background-color: #66BE75;
}
</style>
border-color css
<style>
span { border-color: #66BE75; }
span { border-color: rgb(102,190,117); }
td.TdClassName
{
border-color: #66BE75;
}
.TagClassName
{
border-color: #66BE75;
}
</style>