Shades of Ocean Green #5DB378
Tints of Ocean Green #5DB378
RGB
CMYK
RGB Variations
Color information
#5DB378 (or 0x5DB378) is known color: Ocean Green. HEX triplet: 5D, B3 and 78. RGB value is (93,179,120). Sum of RGB (Red+Green+Blue) = 93+179+120=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB378 is #A24C87. Grayscale: #929292. Windows color (decimal): -10636424 or 7910237. OLE color: 7910237.
HSL color Cylindrical-coordinate representation of color #5DB378: hue angle of 138.84º 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 #5DB378 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 120 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.30 |
| HSL | 138.84º | 0.36% | 0.53% | - |
| HSV(B) | 138.84º | 0.48% | 0.7% | - |
| XYZ | 24.02 | 35.92 | 23.44 | - |
| YUV | 146.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 120 | 0.48 | 0 | 0.33 | 0.30 | 138.84 | 0.36 | 0.53 |
| Hex | 5D | B3 | 78 | 30 | 0 | 21 | 1E | 8B | 24 | 35 |
| Octal | 135 | 263 | 170 | 60 | 0 | 41 | 36 | 213 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1111000 | 110000 | 0 | 100001 | 11110 | 10001011 | 100100 | 110101 |
Color Harmonies of #5DB378
Complementary color
Monochromatic Colors of #5DB378
Black with #5DB378
Text Example
Text Example
White with #5DB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB378; }
p { color: rgb(93,179,120); }
H1.HeaderClassName
{
color: #5DB378;
}
.AnyTagClassName
{
color: #5DB378;
}
</style>
background-color css
<style>
a { background-color: #5DB378; }
a { background-color: rgb(93,179,120); }
div.DivClassName
{
background-color: #5DB378;
}
.BgClassName
{
background-color: #5DB378;
}
</style>
border-color css
<style>
span { border-color: #5DB378; }
span { border-color: rgb(93,179,120); }
td.TdClassName
{
border-color: #5DB378;
}
.TagClassName
{
border-color: #5DB378;
}
</style>