Shades of Ocean Green #5DB479
Tints of Ocean Green #5DB479
RGB
CMYK
RGB Variations
Color information
#5DB479 (or 0x5DB479) is known color: Ocean Green. HEX triplet: 5D, B4 and 79. RGB value is (93,180,121). Sum of RGB (Red+Green+Blue) = 93+180+121=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB479 is #A24B86. Grayscale: #939393. Windows color (decimal): -10636167 or 7976029. OLE color: 7976029.
HSL color Cylindrical-coordinate representation of color #5DB479: hue angle of 139.31º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB479 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 121 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.29 |
| HSL | 139.31º | 0.37% | 0.54% | - |
| HSV(B) | 139.31º | 0.48% | 0.71% | - |
| XYZ | 24.29 | 36.35 | 23.83 | - |
| YUV | 147.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 121 | 0.48 | 0 | 0.33 | 0.29 | 139.31 | 0.37 | 0.54 |
| Hex | 5D | B4 | 79 | 30 | 0 | 21 | 1D | 8B | 25 | 36 |
| Octal | 135 | 264 | 171 | 60 | 0 | 41 | 35 | 213 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1111001 | 110000 | 0 | 100001 | 11101 | 10001011 | 100101 | 110110 |
Color Harmonies of #5DB479
Complementary color
Monochromatic Colors of #5DB479
Black with #5DB479
Text Example
Text Example
White with #5DB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB479; }
p { color: rgb(93,180,121); }
H1.HeaderClassName
{
color: #5DB479;
}
.AnyTagClassName
{
color: #5DB479;
}
</style>
background-color css
<style>
a { background-color: #5DB479; }
a { background-color: rgb(93,180,121); }
div.DivClassName
{
background-color: #5DB479;
}
.BgClassName
{
background-color: #5DB479;
}
</style>
border-color css
<style>
span { border-color: #5DB479; }
span { border-color: rgb(93,180,121); }
td.TdClassName
{
border-color: #5DB479;
}
.TagClassName
{
border-color: #5DB479;
}
</style>