Shades of Fern #69C55E
Tints of Fern #69C55E
RGB
CMYK
RGB Variations
Color information
#69C55E (or 0x69C55E) is known color: Fern. HEX triplet: 69, C5 and 5E. RGB value is (105,197,94). Sum of RGB (Red+Green+Blue) = 105+197+94=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #69C55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C55E is #963AA1. Grayscale: #9E9E9E. Windows color (decimal): -9845410 or 6210921. OLE color: 6210921.
HSL color Cylindrical-coordinate representation of color #69C55E: hue angle of 113.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69C55E is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 94 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.23 |
| HSL | 113.59º | 0.47% | 0.57% | - |
| HSV(B) | 113.59º | 0.52% | 0.77% | - |
| XYZ | 27.81 | 43.74 | 17.57 | - |
| YUV | 157.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 94 | 0.47 | 0 | 0.52 | 0.23 | 113.59 | 0.47 | 0.57 |
| Hex | 69 | C5 | 5E | 2F | 0 | 34 | 17 | 72 | 2F | 39 |
| Octal | 151 | 305 | 136 | 57 | 0 | 64 | 27 | 162 | 57 | 71 |
| Binary | 1101001 | 11000101 | 1011110 | 101111 | 0 | 110100 | 10111 | 1110010 | 101111 | 111001 |
Color Harmonies of #69C55E
Complementary color
Monochromatic Colors of #69C55E
Black with #69C55E
Text Example
Text Example
White with #69C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C55E; }
p { color: rgb(105,197,94); }
H1.HeaderClassName
{
color: #69C55E;
}
.AnyTagClassName
{
color: #69C55E;
}
</style>
background-color css
<style>
a { background-color: #69C55E; }
a { background-color: rgb(105,197,94); }
div.DivClassName
{
background-color: #69C55E;
}
.BgClassName
{
background-color: #69C55E;
}
</style>
border-color css
<style>
span { border-color: #69C55E; }
span { border-color: rgb(105,197,94); }
td.TdClassName
{
border-color: #69C55E;
}
.TagClassName
{
border-color: #69C55E;
}
</style>