Shades of Ocean Green #5DB37D
Tints of Ocean Green #5DB37D
RGB
CMYK
RGB Variations
Color information
#5DB37D (or 0x5DB37D) is known color: Ocean Green. HEX triplet: 5D, B3 and 7D. RGB value is (93,179,125). Sum of RGB (Red+Green+Blue) = 93+179+125=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB37D is #A24C82. Grayscale: #939393. Windows color (decimal): -10636419 or 8237917. OLE color: 8237917.
HSL color Cylindrical-coordinate representation of color #5DB37D: hue angle of 142.33º 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 #5DB37D is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 125 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.30 |
| HSL | 142.33º | 0.36% | 0.53% | - |
| HSV(B) | 142.33º | 0.48% | 0.7% | - |
| XYZ | 24.34 | 36.05 | 25.08 | - |
| YUV | 147.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 125 | 0.48 | 0 | 0.30 | 0.30 | 142.33 | 0.36 | 0.53 |
| Hex | 5D | B3 | 7D | 30 | 0 | 1E | 1E | 8E | 24 | 35 |
| Octal | 135 | 263 | 175 | 60 | 0 | 36 | 36 | 216 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1111101 | 110000 | 0 | 11110 | 11110 | 10001110 | 100100 | 110101 |
Color Harmonies of #5DB37D
Complementary color
Monochromatic Colors of #5DB37D
Black with #5DB37D
Text Example
Text Example
White with #5DB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB37D; }
p { color: rgb(93,179,125); }
H1.HeaderClassName
{
color: #5DB37D;
}
.AnyTagClassName
{
color: #5DB37D;
}
</style>
background-color css
<style>
a { background-color: #5DB37D; }
a { background-color: rgb(93,179,125); }
div.DivClassName
{
background-color: #5DB37D;
}
.BgClassName
{
background-color: #5DB37D;
}
</style>
border-color css
<style>
span { border-color: #5DB37D; }
span { border-color: rgb(93,179,125); }
td.TdClassName
{
border-color: #5DB37D;
}
.TagClassName
{
border-color: #5DB37D;
}
</style>