Shades of Ocean Green #5DB37A
Tints of Ocean Green #5DB37A
RGB
CMYK
RGB Variations
Color information
#5DB37A (or 0x5DB37A) is known color: Ocean Green. HEX triplet: 5D, B3 and 7A. RGB value is (93,179,122). Sum of RGB (Red+Green+Blue) = 93+179+122=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB37A is #A24C85. Grayscale: #929292. Windows color (decimal): -10636422 or 8041309. OLE color: 8041309.
HSL color Cylindrical-coordinate representation of color #5DB37A: hue angle of 140.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB37A is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 122 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.30 |
| HSL | 140.23º | 0.36% | 0.53% | - |
| HSV(B) | 140.23º | 0.48% | 0.7% | - |
| XYZ | 24.15 | 35.97 | 24.08 | - |
| YUV | 146.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 122 | 0.48 | 0 | 0.32 | 0.30 | 140.23 | 0.36 | 0.53 |
| Hex | 5D | B3 | 7A | 30 | 0 | 20 | 1E | 8C | 24 | 35 |
| Octal | 135 | 263 | 172 | 60 | 0 | 40 | 36 | 214 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1111010 | 110000 | 0 | 100000 | 11110 | 10001100 | 100100 | 110101 |
Color Harmonies of #5DB37A
Complementary color
Monochromatic Colors of #5DB37A
Black with #5DB37A
Text Example
Text Example
White with #5DB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB37A; }
p { color: rgb(93,179,122); }
H1.HeaderClassName
{
color: #5DB37A;
}
.AnyTagClassName
{
color: #5DB37A;
}
</style>
background-color css
<style>
a { background-color: #5DB37A; }
a { background-color: rgb(93,179,122); }
div.DivClassName
{
background-color: #5DB37A;
}
.BgClassName
{
background-color: #5DB37A;
}
</style>
border-color css
<style>
span { border-color: #5DB37A; }
span { border-color: rgb(93,179,122); }
td.TdClassName
{
border-color: #5DB37A;
}
.TagClassName
{
border-color: #5DB37A;
}
</style>