Shades of Ocean Green #5DA580
Tints of Ocean Green #5DA580
RGB
CMYK
RGB Variations
Color information
#5DA580 (or 0x5DA580) is known color: Ocean Green. HEX triplet: 5D, A5 and 80. RGB value is (93,165,128). Sum of RGB (Red+Green+Blue) = 93+165+128=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA580 is #A25A7F. Grayscale: #8B8B8B. Windows color (decimal): -10640000 or 8430941. OLE color: 8430941.
HSL color Cylindrical-coordinate representation of color #5DA580: hue angle of 149.17º degrees, saturation: 0.29, 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 #5DA580 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 128 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.35 |
| HSL | 149.17º | 0.29% | 0.51% | - |
| HSV(B) | 149.17º | 0.44% | 0.65% | - |
| XYZ | 21.87 | 30.8 | 25.21 | - |
| YUV | 139.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 128 | 0.44 | 0 | 0.22 | 0.35 | 149.17 | 0.29 | 0.51 |
| Hex | 5D | A5 | 80 | 2C | 0 | 16 | 23 | 95 | 1D | 33 |
| Octal | 135 | 245 | 200 | 54 | 0 | 26 | 43 | 225 | 35 | 63 |
| Binary | 1011101 | 10100101 | 10000000 | 101100 | 0 | 10110 | 100011 | 10010101 | 11101 | 110011 |
Color Harmonies of #5DA580
Complementary color
Monochromatic Colors of #5DA580
Black with #5DA580
Text Example
Text Example
White with #5DA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA580; }
p { color: rgb(93,165,128); }
H1.HeaderClassName
{
color: #5DA580;
}
.AnyTagClassName
{
color: #5DA580;
}
</style>
background-color css
<style>
a { background-color: #5DA580; }
a { background-color: rgb(93,165,128); }
div.DivClassName
{
background-color: #5DA580;
}
.BgClassName
{
background-color: #5DA580;
}
</style>
border-color css
<style>
span { border-color: #5DA580; }
span { border-color: rgb(93,165,128); }
td.TdClassName
{
border-color: #5DA580;
}
.TagClassName
{
border-color: #5DA580;
}
</style>