Shades of Ocean Green #4DB465
Tints of Ocean Green #4DB465
RGB
CMYK
RGB Variations
Color information
#4DB465 (or 0x4DB465) is known color: Ocean Green. HEX triplet: 4D, B4 and 65. RGB value is (77,180,101). Sum of RGB (Red+Green+Blue) = 77+180+101=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB465 is #B24B9A. Grayscale: #8C8C8C. Windows color (decimal): -11684763 or 6665293. OLE color: 6665293.
HSL color Cylindrical-coordinate representation of color #4DB465: hue angle of 133.98º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB465 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 101 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.29 |
| HSL | 133.98º | 0.41% | 0.5% | - |
| HSV(B) | 133.98º | 0.57% | 0.71% | - |
| XYZ | 21.73 | 35.16 | 17.95 | - |
| YUV | 140.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 101 | 0.57 | 0 | 0.44 | 0.29 | 133.98 | 0.41 | 0.5 |
| Hex | 4D | B4 | 65 | 39 | 0 | 2C | 1D | 86 | 29 | 32 |
| Octal | 115 | 264 | 145 | 71 | 0 | 54 | 35 | 206 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1100101 | 111001 | 0 | 101100 | 11101 | 10000110 | 101001 | 110010 |
Color Harmonies of #4DB465
Complementary color
Monochromatic Colors of #4DB465
Black with #4DB465
Text Example
Text Example
White with #4DB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB465; }
p { color: rgb(77,180,101); }
H1.HeaderClassName
{
color: #4DB465;
}
.AnyTagClassName
{
color: #4DB465;
}
</style>
background-color css
<style>
a { background-color: #4DB465; }
a { background-color: rgb(77,180,101); }
div.DivClassName
{
background-color: #4DB465;
}
.BgClassName
{
background-color: #4DB465;
}
</style>
border-color css
<style>
span { border-color: #4DB465; }
span { border-color: rgb(77,180,101); }
td.TdClassName
{
border-color: #4DB465;
}
.TagClassName
{
border-color: #4DB465;
}
</style>