Shades of Fern #69C566
Tints of Fern #69C566
RGB
CMYK
RGB Variations
Color information
#69C566 (or 0x69C566) is known color: Fern. HEX triplet: 69, C5 and 66. RGB value is (105,197,102). Sum of RGB (Red+Green+Blue) = 105+197+102=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #69C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C566 is #963A99. Grayscale: #9E9E9E. Windows color (decimal): -9845402 or 6735209. OLE color: 6735209.
HSL color Cylindrical-coordinate representation of color #69C566: hue angle of 118.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C566 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 102 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.23 |
| HSL | 118.11º | 0.45% | 0.59% | - |
| HSV(B) | 118.11º | 0.48% | 0.77% | - |
| XYZ | 28.19 | 43.9 | 19.56 | - |
| YUV | 158.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 102 | 0.47 | 0 | 0.48 | 0.23 | 118.11 | 0.45 | 0.59 |
| Hex | 69 | C5 | 66 | 2F | 0 | 30 | 17 | 76 | 2D | 3B |
| Octal | 151 | 305 | 146 | 57 | 0 | 60 | 27 | 166 | 55 | 73 |
| Binary | 1101001 | 11000101 | 1100110 | 101111 | 0 | 110000 | 10111 | 1110110 | 101101 | 111011 |
Color Harmonies of #69C566
Complementary color
Monochromatic Colors of #69C566
Black with #69C566
Text Example
Text Example
White with #69C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C566; }
p { color: rgb(105,197,102); }
H1.HeaderClassName
{
color: #69C566;
}
.AnyTagClassName
{
color: #69C566;
}
</style>
background-color css
<style>
a { background-color: #69C566; }
a { background-color: rgb(105,197,102); }
div.DivClassName
{
background-color: #69C566;
}
.BgClassName
{
background-color: #69C566;
}
</style>
border-color css
<style>
span { border-color: #69C566; }
span { border-color: rgb(105,197,102); }
td.TdClassName
{
border-color: #69C566;
}
.TagClassName
{
border-color: #69C566;
}
</style>