Shades of Ocean Green #5DB17D
Tints of Ocean Green #5DB17D
RGB
CMYK
RGB Variations
Color information
#5DB17D (or 0x5DB17D) is known color: Ocean Green. HEX triplet: 5D, B1 and 7D. RGB value is (93,177,125). Sum of RGB (Red+Green+Blue) = 93+177+125=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB17D is #A24E82. Grayscale: #929292. Windows color (decimal): -10636931 or 8237405. OLE color: 8237405.
HSL color Cylindrical-coordinate representation of color #5DB17D: hue angle of 142.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB17D is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 125 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.31 |
| HSL | 142.86º | 0.35% | 0.53% | - |
| HSV(B) | 142.86º | 0.47% | 0.69% | - |
| XYZ | 23.94 | 35.25 | 24.94 | - |
| YUV | 145.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 125 | 0.47 | 0 | 0.29 | 0.31 | 142.86 | 0.35 | 0.53 |
| Hex | 5D | B1 | 7D | 2F | 0 | 1D | 1F | 8F | 23 | 35 |
| Octal | 135 | 261 | 175 | 57 | 0 | 35 | 37 | 217 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1111101 | 101111 | 0 | 11101 | 11111 | 10001111 | 100011 | 110101 |
Color Harmonies of #5DB17D
Complementary color
Monochromatic Colors of #5DB17D
Black with #5DB17D
Text Example
Text Example
White with #5DB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB17D; }
p { color: rgb(93,177,125); }
H1.HeaderClassName
{
color: #5DB17D;
}
.AnyTagClassName
{
color: #5DB17D;
}
</style>
background-color css
<style>
a { background-color: #5DB17D; }
a { background-color: rgb(93,177,125); }
div.DivClassName
{
background-color: #5DB17D;
}
.BgClassName
{
background-color: #5DB17D;
}
</style>
border-color css
<style>
span { border-color: #5DB17D; }
span { border-color: rgb(93,177,125); }
td.TdClassName
{
border-color: #5DB17D;
}
.TagClassName
{
border-color: #5DB17D;
}
</style>