Shades of Fern #69C466
Tints of Fern #69C466
RGB
CMYK
RGB Variations
Color information
#69C466 (or 0x69C466) is known color: Fern. HEX triplet: 69, C4 and 66. RGB value is (105,196,102). Sum of RGB (Red+Green+Blue) = 105+196+102=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #69C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C466 is #963B99. Grayscale: #9E9E9E. Windows color (decimal): -9845658 or 6734953. OLE color: 6734953.
HSL color Cylindrical-coordinate representation of color #69C466: hue angle of 118.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C466 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 102 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.23 |
| HSL | 118.09º | 0.44% | 0.58% | - |
| HSV(B) | 118.09º | 0.48% | 0.77% | - |
| XYZ | 27.96 | 43.44 | 19.48 | - |
| YUV | 158.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 102 | 0.46 | 0 | 0.48 | 0.23 | 118.09 | 0.44 | 0.58 |
| Hex | 69 | C4 | 66 | 2E | 0 | 30 | 17 | 76 | 2C | 3A |
| Octal | 151 | 304 | 146 | 56 | 0 | 60 | 27 | 166 | 54 | 72 |
| Binary | 1101001 | 11000100 | 1100110 | 101110 | 0 | 110000 | 10111 | 1110110 | 101100 | 111010 |
Color Harmonies of #69C466
Complementary color
Monochromatic Colors of #69C466
Black with #69C466
Text Example
Text Example
White with #69C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C466; }
p { color: rgb(105,196,102); }
H1.HeaderClassName
{
color: #69C466;
}
.AnyTagClassName
{
color: #69C466;
}
</style>
background-color css
<style>
a { background-color: #69C466; }
a { background-color: rgb(105,196,102); }
div.DivClassName
{
background-color: #69C466;
}
.BgClassName
{
background-color: #69C466;
}
</style>
border-color css
<style>
span { border-color: #69C466; }
span { border-color: rgb(105,196,102); }
td.TdClassName
{
border-color: #69C466;
}
.TagClassName
{
border-color: #69C466;
}
</style>