Shades of Ocean Green #5DA87D
Tints of Ocean Green #5DA87D
RGB
CMYK
RGB Variations
Color information
#5DA87D (or 0x5DA87D) is known color: Ocean Green. HEX triplet: 5D, A8 and 7D. RGB value is (93,168,125). Sum of RGB (Red+Green+Blue) = 93+168+125=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA87D is #A25782. Grayscale: #8C8C8C. Windows color (decimal): -10639235 or 8235101. OLE color: 8235101.
HSL color Cylindrical-coordinate representation of color #5DA87D: hue angle of 145.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA87D is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 125 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.34 |
| HSL | 145.6º | 0.3% | 0.51% | - |
| HSV(B) | 145.6º | 0.45% | 0.66% | - |
| XYZ | 22.22 | 31.81 | 24.37 | - |
| YUV | 140.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 125 | 0.45 | 0 | 0.26 | 0.34 | 145.6 | 0.3 | 0.51 |
| Hex | 5D | A8 | 7D | 2D | 0 | 1A | 22 | 92 | 1E | 33 |
| Octal | 135 | 250 | 175 | 55 | 0 | 32 | 42 | 222 | 36 | 63 |
| Binary | 1011101 | 10101000 | 1111101 | 101101 | 0 | 11010 | 100010 | 10010010 | 11110 | 110011 |
Color Harmonies of #5DA87D
Complementary color
Monochromatic Colors of #5DA87D
Black with #5DA87D
Text Example
Text Example
White with #5DA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA87D; }
p { color: rgb(93,168,125); }
H1.HeaderClassName
{
color: #5DA87D;
}
.AnyTagClassName
{
color: #5DA87D;
}
</style>
background-color css
<style>
a { background-color: #5DA87D; }
a { background-color: rgb(93,168,125); }
div.DivClassName
{
background-color: #5DA87D;
}
.BgClassName
{
background-color: #5DA87D;
}
</style>
border-color css
<style>
span { border-color: #5DA87D; }
span { border-color: rgb(93,168,125); }
td.TdClassName
{
border-color: #5DA87D;
}
.TagClassName
{
border-color: #5DA87D;
}
</style>