Shades of Ocean Green #4DAF83
Tints of Ocean Green #4DAF83
RGB
CMYK
RGB Variations
Color information
#4DAF83 (or 0x4DAF83) is known color: Ocean Green. HEX triplet: 4D, AF and 83. RGB value is (77,175,131). Sum of RGB (Red+Green+Blue) = 77+175+131=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF83 is #B2507C. Grayscale: #8C8C8C. Windows color (decimal): -11686013 or 8630093. OLE color: 8630093.
HSL color Cylindrical-coordinate representation of color #4DAF83: hue angle of 153.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF83 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 131 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.31 |
| HSL | 153.06º | 0.39% | 0.49% | - |
| HSV(B) | 153.06º | 0.56% | 0.69% | - |
| XYZ | 22.49 | 33.88 | 26.83 | - |
| YUV | 140.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 131 | 0.56 | 0 | 0.25 | 0.31 | 153.06 | 0.39 | 0.49 |
| Hex | 4D | AF | 83 | 38 | 0 | 19 | 1F | 99 | 27 | 31 |
| Octal | 115 | 257 | 203 | 70 | 0 | 31 | 37 | 231 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10000011 | 111000 | 0 | 11001 | 11111 | 10011001 | 100111 | 110001 |
Color Harmonies of #4DAF83
Complementary color
Monochromatic Colors of #4DAF83
Black with #4DAF83
Text Example
Text Example
White with #4DAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF83; }
p { color: rgb(77,175,131); }
H1.HeaderClassName
{
color: #4DAF83;
}
.AnyTagClassName
{
color: #4DAF83;
}
</style>
background-color css
<style>
a { background-color: #4DAF83; }
a { background-color: rgb(77,175,131); }
div.DivClassName
{
background-color: #4DAF83;
}
.BgClassName
{
background-color: #4DAF83;
}
</style>
border-color css
<style>
span { border-color: #4DAF83; }
span { border-color: rgb(77,175,131); }
td.TdClassName
{
border-color: #4DAF83;
}
.TagClassName
{
border-color: #4DAF83;
}
</style>