Shades of Ocean Green #4BB16F
Tints of Ocean Green #4BB16F
RGB
CMYK
RGB Variations
Color information
#4BB16F (or 0x4BB16F) is known color: Ocean Green. HEX triplet: 4B, B1 and 6F. RGB value is (75,177,111). Sum of RGB (Red+Green+Blue) = 75+177+111=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB16F is #B44E90. Grayscale: #8B8B8B. Windows color (decimal): -11816593 or 7319883. OLE color: 7319883.
HSL color Cylindrical-coordinate representation of color #4BB16F: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB16F is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 111 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.31 |
| HSL | 141.18º | 0.4% | 0.49% | - |
| HSV(B) | 141.18º | 0.58% | 0.69% | - |
| XYZ | 21.49 | 34.09 | 20.49 | - |
| YUV | 138.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 111 | 0.58 | 0 | 0.37 | 0.31 | 141.18 | 0.4 | 0.49 |
| Hex | 4B | B1 | 6F | 3A | 0 | 25 | 1F | 8D | 28 | 31 |
| Octal | 113 | 261 | 157 | 72 | 0 | 45 | 37 | 215 | 50 | 61 |
| Binary | 1001011 | 10110001 | 1101111 | 111010 | 0 | 100101 | 11111 | 10001101 | 101000 | 110001 |
Color Harmonies of #4BB16F
Complementary color
Monochromatic Colors of #4BB16F
Black with #4BB16F
Text Example
Text Example
White with #4BB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB16F; }
p { color: rgb(75,177,111); }
H1.HeaderClassName
{
color: #4BB16F;
}
.AnyTagClassName
{
color: #4BB16F;
}
</style>
background-color css
<style>
a { background-color: #4BB16F; }
a { background-color: rgb(75,177,111); }
div.DivClassName
{
background-color: #4BB16F;
}
.BgClassName
{
background-color: #4BB16F;
}
</style>
border-color css
<style>
span { border-color: #4BB16F; }
span { border-color: rgb(75,177,111); }
td.TdClassName
{
border-color: #4BB16F;
}
.TagClassName
{
border-color: #4BB16F;
}
</style>