Shades of Fern #69CA5E
Tints of Fern #69CA5E
RGB
CMYK
RGB Variations
Color information
#69CA5E (or 0x69CA5E) is known color: Fern. HEX triplet: 69, CA and 5E. RGB value is (105,202,94). Sum of RGB (Red+Green+Blue) = 105+202+94=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA5E is #9635A1. Grayscale: #A1A1A1. Windows color (decimal): -9844130 or 6212201. OLE color: 6212201.
HSL color Cylindrical-coordinate representation of color #69CA5E: hue angle of 113.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69CA5E is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 94 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.21 |
| HSL | 113.89º | 0.5% | 0.58% | - |
| HSV(B) | 113.89º | 0.53% | 0.79% | - |
| XYZ | 28.97 | 46.05 | 17.95 | - |
| YUV | 160.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 94 | 0.48 | 0 | 0.53 | 0.21 | 113.89 | 0.5 | 0.58 |
| Hex | 69 | CA | 5E | 30 | 0 | 35 | 15 | 72 | 32 | 3A |
| Octal | 151 | 312 | 136 | 60 | 0 | 65 | 25 | 162 | 62 | 72 |
| Binary | 1101001 | 11001010 | 1011110 | 110000 | 0 | 110101 | 10101 | 1110010 | 110010 | 111010 |
Color Harmonies of #69CA5E
Complementary color
Monochromatic Colors of #69CA5E
Black with #69CA5E
Text Example
Text Example
White with #69CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA5E; }
p { color: rgb(105,202,94); }
H1.HeaderClassName
{
color: #69CA5E;
}
.AnyTagClassName
{
color: #69CA5E;
}
</style>
background-color css
<style>
a { background-color: #69CA5E; }
a { background-color: rgb(105,202,94); }
div.DivClassName
{
background-color: #69CA5E;
}
.BgClassName
{
background-color: #69CA5E;
}
</style>
border-color css
<style>
span { border-color: #69CA5E; }
span { border-color: rgb(105,202,94); }
td.TdClassName
{
border-color: #69CA5E;
}
.TagClassName
{
border-color: #69CA5E;
}
</style>