Shades of Fern #69CA60
Tints of Fern #69CA60
RGB
CMYK
RGB Variations
Color information
#69CA60 (or 0x69CA60) is known color: Fern. HEX triplet: 69, CA and 60. RGB value is (105,202,96). Sum of RGB (Red+Green+Blue) = 105+202+96=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA60 is #96359F. Grayscale: #A1A1A1. Windows color (decimal): -9844128 or 6343273. OLE color: 6343273.
HSL color Cylindrical-coordinate representation of color #69CA60: hue angle of 114.91º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CA60 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 96 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.21 |
| HSL | 114.91º | 0.5% | 0.58% | - |
| HSV(B) | 114.91º | 0.52% | 0.79% | - |
| XYZ | 29.06 | 46.09 | 18.43 | - |
| YUV | 160.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 96 | 0.48 | 0 | 0.52 | 0.21 | 114.91 | 0.5 | 0.58 |
| Hex | 69 | CA | 60 | 30 | 0 | 34 | 15 | 73 | 32 | 3A |
| Octal | 151 | 312 | 140 | 60 | 0 | 64 | 25 | 163 | 62 | 72 |
| Binary | 1101001 | 11001010 | 1100000 | 110000 | 0 | 110100 | 10101 | 1110011 | 110010 | 111010 |
Color Harmonies of #69CA60
Complementary color
Monochromatic Colors of #69CA60
Black with #69CA60
Text Example
Text Example
White with #69CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA60; }
p { color: rgb(105,202,96); }
H1.HeaderClassName
{
color: #69CA60;
}
.AnyTagClassName
{
color: #69CA60;
}
</style>
background-color css
<style>
a { background-color: #69CA60; }
a { background-color: rgb(105,202,96); }
div.DivClassName
{
background-color: #69CA60;
}
.BgClassName
{
background-color: #69CA60;
}
</style>
border-color css
<style>
span { border-color: #69CA60; }
span { border-color: rgb(105,202,96); }
td.TdClassName
{
border-color: #69CA60;
}
.TagClassName
{
border-color: #69CA60;
}
</style>