Shades of Ocean Green #4DAF7D
Tints of Ocean Green #4DAF7D
RGB
CMYK
RGB Variations
Color information
#4DAF7D (or 0x4DAF7D) is known color: Ocean Green. HEX triplet: 4D, AF and 7D. RGB value is (77,175,125). Sum of RGB (Red+Green+Blue) = 77+175+125=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF7D is #B25082. Grayscale: #8C8C8C. Windows color (decimal): -11686019 or 8236877. OLE color: 8236877.
HSL color Cylindrical-coordinate representation of color #4DAF7D: hue angle of 149.39º 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 #4DAF7D is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 125 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.31 |
| HSL | 149.39º | 0.39% | 0.49% | - |
| HSV(B) | 149.39º | 0.56% | 0.69% | - |
| XYZ | 22.09 | 33.72 | 24.75 | - |
| YUV | 140 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 125 | 0.56 | 0 | 0.29 | 0.31 | 149.39 | 0.39 | 0.49 |
| Hex | 4D | AF | 7D | 38 | 0 | 1D | 1F | 95 | 27 | 31 |
| Octal | 115 | 257 | 175 | 70 | 0 | 35 | 37 | 225 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1111101 | 111000 | 0 | 11101 | 11111 | 10010101 | 100111 | 110001 |
Color Harmonies of #4DAF7D
Complementary color
Monochromatic Colors of #4DAF7D
Black with #4DAF7D
Text Example
Text Example
White with #4DAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF7D; }
p { color: rgb(77,175,125); }
H1.HeaderClassName
{
color: #4DAF7D;
}
.AnyTagClassName
{
color: #4DAF7D;
}
</style>
background-color css
<style>
a { background-color: #4DAF7D; }
a { background-color: rgb(77,175,125); }
div.DivClassName
{
background-color: #4DAF7D;
}
.BgClassName
{
background-color: #4DAF7D;
}
</style>
border-color css
<style>
span { border-color: #4DAF7D; }
span { border-color: rgb(77,175,125); }
td.TdClassName
{
border-color: #4DAF7D;
}
.TagClassName
{
border-color: #4DAF7D;
}
</style>