Shades of Ocean Green #4DB284
Tints of Ocean Green #4DB284
RGB
CMYK
RGB Variations
Color information
#4DB284 (or 0x4DB284) is known color: Ocean Green. HEX triplet: 4D, B2 and 84. RGB value is (77,178,132). Sum of RGB (Red+Green+Blue) = 77+178+132=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB284 is #B24D7B. Grayscale: #8E8E8E. Windows color (decimal): -11685244 or 8696397. OLE color: 8696397.
HSL color Cylindrical-coordinate representation of color #4DB284: hue angle of 152.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB284 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 132 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.30 |
| HSL | 152.67º | 0.4% | 0.5% | - |
| HSV(B) | 152.67º | 0.57% | 0.7% | - |
| XYZ | 23.15 | 35.08 | 27.38 | - |
| YUV | 142.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 132 | 0.57 | 0 | 0.26 | 0.30 | 152.67 | 0.4 | 0.5 |
| Hex | 4D | B2 | 84 | 39 | 0 | 1A | 1E | 99 | 28 | 32 |
| Octal | 115 | 262 | 204 | 71 | 0 | 32 | 36 | 231 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10000100 | 111001 | 0 | 11010 | 11110 | 10011001 | 101000 | 110010 |
Color Harmonies of #4DB284
Complementary color
Monochromatic Colors of #4DB284
Black with #4DB284
Text Example
Text Example
White with #4DB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB284; }
p { color: rgb(77,178,132); }
H1.HeaderClassName
{
color: #4DB284;
}
.AnyTagClassName
{
color: #4DB284;
}
</style>
background-color css
<style>
a { background-color: #4DB284; }
a { background-color: rgb(77,178,132); }
div.DivClassName
{
background-color: #4DB284;
}
.BgClassName
{
background-color: #4DB284;
}
</style>
border-color css
<style>
span { border-color: #4DB284; }
span { border-color: rgb(77,178,132); }
td.TdClassName
{
border-color: #4DB284;
}
.TagClassName
{
border-color: #4DB284;
}
</style>