Shades of Ocean Green #4FB282
Tints of Ocean Green #4FB282
RGB
CMYK
RGB Variations
Color information
#4FB282 (or 0x4FB282) is known color: Ocean Green. HEX triplet: 4F, B2 and 82. RGB value is (79,178,130). Sum of RGB (Red+Green+Blue) = 79+178+130=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB282 is #B04D7D. Grayscale: #8F8F8F. Windows color (decimal): -11554174 or 8565327. OLE color: 8565327.
HSL color Cylindrical-coordinate representation of color #4FB282: hue angle of 150.91º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB282 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 178 | 130 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.30 |
| HSL | 150.91º | 0.39% | 0.5% | - |
| HSV(B) | 150.91º | 0.56% | 0.7% | - |
| XYZ | 23.17 | 35.11 | 26.68 | - |
| YUV | 142.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 130 | 0.56 | 0 | 0.27 | 0.30 | 150.91 | 0.39 | 0.5 |
| Hex | 4F | B2 | 82 | 38 | 0 | 1B | 1E | 97 | 27 | 32 |
| Octal | 117 | 262 | 202 | 70 | 0 | 33 | 36 | 227 | 47 | 62 |
| Binary | 1001111 | 10110010 | 10000010 | 111000 | 0 | 11011 | 11110 | 10010111 | 100111 | 110010 |
Color Harmonies of #4FB282
Complementary color
Monochromatic Colors of #4FB282
Black with #4FB282
Text Example
Text Example
White with #4FB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB282; }
p { color: rgb(79,178,130); }
H1.HeaderClassName
{
color: #4FB282;
}
.AnyTagClassName
{
color: #4FB282;
}
</style>
background-color css
<style>
a { background-color: #4FB282; }
a { background-color: rgb(79,178,130); }
div.DivClassName
{
background-color: #4FB282;
}
.BgClassName
{
background-color: #4FB282;
}
</style>
border-color css
<style>
span { border-color: #4FB282; }
span { border-color: rgb(79,178,130); }
td.TdClassName
{
border-color: #4FB282;
}
.TagClassName
{
border-color: #4FB282;
}
</style>