Shades of Fern #66C169
Tints of Fern #66C169
RGB
CMYK
RGB Variations
Color information
#66C169 (or 0x66C169) is known color: Fern. HEX triplet: 66, C1 and 69. RGB value is (102,193,105). Sum of RGB (Red+Green+Blue) = 102+193+105=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #66C169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C169 is #993E96. Grayscale: #9C9C9C. Windows color (decimal): -10043031 or 6930790. OLE color: 6930790.
HSL color Cylindrical-coordinate representation of color #66C169: hue angle of 121.98º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C169 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 105 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.24 |
| HSL | 121.98º | 0.42% | 0.58% | - |
| HSV(B) | 121.98º | 0.47% | 0.76% | - |
| XYZ | 27.1 | 41.98 | 20.04 | - |
| YUV | 155.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 105 | 0.47 | 0 | 0.46 | 0.24 | 121.98 | 0.42 | 0.58 |
| Hex | 66 | C1 | 69 | 2F | 0 | 2E | 18 | 7A | 2A | 3A |
| Octal | 146 | 301 | 151 | 57 | 0 | 56 | 30 | 172 | 52 | 72 |
| Binary | 1100110 | 11000001 | 1101001 | 101111 | 0 | 101110 | 11000 | 1111010 | 101010 | 111010 |
Color Harmonies of #66C169
Complementary color
Monochromatic Colors of #66C169
Black with #66C169
Text Example
Text Example
White with #66C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C169; }
p { color: rgb(102,193,105); }
H1.HeaderClassName
{
color: #66C169;
}
.AnyTagClassName
{
color: #66C169;
}
</style>
background-color css
<style>
a { background-color: #66C169; }
a { background-color: rgb(102,193,105); }
div.DivClassName
{
background-color: #66C169;
}
.BgClassName
{
background-color: #66C169;
}
</style>
border-color css
<style>
span { border-color: #66C169; }
span { border-color: rgb(102,193,105); }
td.TdClassName
{
border-color: #66C169;
}
.TagClassName
{
border-color: #66C169;
}
</style>