Shades of Ocean Green #5DA47F
Tints of Ocean Green #5DA47F
RGB
CMYK
RGB Variations
Color information
#5DA47F (or 0x5DA47F) is known color: Ocean Green. HEX triplet: 5D, A4 and 7F. RGB value is (93,164,127). Sum of RGB (Red+Green+Blue) = 93+164+127=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA47F is #A25B80. Grayscale: #8A8A8A. Windows color (decimal): -10640257 or 8365149. OLE color: 8365149.
HSL color Cylindrical-coordinate representation of color #5DA47F: hue angle of 148.73º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA47F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 127 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.36 |
| HSL | 148.73º | 0.28% | 0.5% | - |
| HSV(B) | 148.73º | 0.43% | 0.64% | - |
| XYZ | 21.62 | 30.41 | 24.81 | - |
| YUV | 138.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 127 | 0.43 | 0 | 0.23 | 0.36 | 148.73 | 0.28 | 0.5 |
| Hex | 5D | A4 | 7F | 2B | 0 | 17 | 24 | 95 | 1C | 32 |
| Octal | 135 | 244 | 177 | 53 | 0 | 27 | 44 | 225 | 34 | 62 |
| Binary | 1011101 | 10100100 | 1111111 | 101011 | 0 | 10111 | 100100 | 10010101 | 11100 | 110010 |
Color Harmonies of #5DA47F
Complementary color
Monochromatic Colors of #5DA47F
Black with #5DA47F
Text Example
Text Example
White with #5DA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA47F; }
p { color: rgb(93,164,127); }
H1.HeaderClassName
{
color: #5DA47F;
}
.AnyTagClassName
{
color: #5DA47F;
}
</style>
background-color css
<style>
a { background-color: #5DA47F; }
a { background-color: rgb(93,164,127); }
div.DivClassName
{
background-color: #5DA47F;
}
.BgClassName
{
background-color: #5DA47F;
}
</style>
border-color css
<style>
span { border-color: #5DA47F; }
span { border-color: rgb(93,164,127); }
td.TdClassName
{
border-color: #5DA47F;
}
.TagClassName
{
border-color: #5DA47F;
}
</style>