Shades of Ocean Green #5DA771
Tints of Ocean Green #5DA771
RGB
CMYK
RGB Variations
Color information
#5DA771 (or 0x5DA771) is known color: Ocean Green. HEX triplet: 5D, A7 and 71. RGB value is (93,167,113). Sum of RGB (Red+Green+Blue) = 93+167+113=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA771 is #A2588E. Grayscale: #8A8A8A. Windows color (decimal): -10639503 or 7448413. OLE color: 7448413.
HSL color Cylindrical-coordinate representation of color #5DA771: hue angle of 136.22º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA771 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 113 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.35 |
| HSL | 136.22º | 0.3% | 0.51% | - |
| HSV(B) | 136.22º | 0.44% | 0.65% | - |
| XYZ | 21.31 | 31.16 | 20.51 | - |
| YUV | 138.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 113 | 0.44 | 0 | 0.32 | 0.35 | 136.22 | 0.3 | 0.51 |
| Hex | 5D | A7 | 71 | 2C | 0 | 20 | 23 | 88 | 1E | 33 |
| Octal | 135 | 247 | 161 | 54 | 0 | 40 | 43 | 210 | 36 | 63 |
| Binary | 1011101 | 10100111 | 1110001 | 101100 | 0 | 100000 | 100011 | 10001000 | 11110 | 110011 |
Color Harmonies of #5DA771
Complementary color
Monochromatic Colors of #5DA771
Black with #5DA771
Text Example
Text Example
White with #5DA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA771; }
p { color: rgb(93,167,113); }
H1.HeaderClassName
{
color: #5DA771;
}
.AnyTagClassName
{
color: #5DA771;
}
</style>
background-color css
<style>
a { background-color: #5DA771; }
a { background-color: rgb(93,167,113); }
div.DivClassName
{
background-color: #5DA771;
}
.BgClassName
{
background-color: #5DA771;
}
</style>
border-color css
<style>
span { border-color: #5DA771; }
span { border-color: rgb(93,167,113); }
td.TdClassName
{
border-color: #5DA771;
}
.TagClassName
{
border-color: #5DA771;
}
</style>