Shades of Fern #5DA269
Tints of Fern #5DA269
RGB
CMYK
RGB Variations
Color information
#5DA269 (or 0x5DA269) is known color: Fern. HEX triplet: 5D, A2 and 69. RGB value is (93,162,105). Sum of RGB (Red+Green+Blue) = 93+162+105=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA269 is #A25D96. Grayscale: #878787. Windows color (decimal): -10640791 or 6922845. OLE color: 6922845.
HSL color Cylindrical-coordinate representation of color #5DA269: hue angle of 130.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA269 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 105 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.36 |
| HSL | 130.43º | 0.27% | 0.5% | - |
| HSV(B) | 130.43º | 0.43% | 0.64% | - |
| XYZ | 19.98 | 29.19 | 17.95 | - |
| YUV | 134.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 105 | 0.43 | 0 | 0.35 | 0.36 | 130.43 | 0.27 | 0.5 |
| Hex | 5D | A2 | 69 | 2B | 0 | 23 | 24 | 82 | 1B | 32 |
| Octal | 135 | 242 | 151 | 53 | 0 | 43 | 44 | 202 | 33 | 62 |
| Binary | 1011101 | 10100010 | 1101001 | 101011 | 0 | 100011 | 100100 | 10000010 | 11011 | 110010 |
Color Harmonies of #5DA269
Complementary color
Monochromatic Colors of #5DA269
Black with #5DA269
Text Example
Text Example
White with #5DA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA269; }
p { color: rgb(93,162,105); }
H1.HeaderClassName
{
color: #5DA269;
}
.AnyTagClassName
{
color: #5DA269;
}
</style>
background-color css
<style>
a { background-color: #5DA269; }
a { background-color: rgb(93,162,105); }
div.DivClassName
{
background-color: #5DA269;
}
.BgClassName
{
background-color: #5DA269;
}
</style>
border-color css
<style>
span { border-color: #5DA269; }
span { border-color: rgb(93,162,105); }
td.TdClassName
{
border-color: #5DA269;
}
.TagClassName
{
border-color: #5DA269;
}
</style>