Shades of Ocean Green #4FB27B
Tints of Ocean Green #4FB27B
RGB
CMYK
RGB Variations
Color information
#4FB27B (or 0x4FB27B) is known color: Ocean Green. HEX triplet: 4F, B2 and 7B. RGB value is (79,178,123). Sum of RGB (Red+Green+Blue) = 79+178+123=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB27B is #B04D84. Grayscale: #8E8E8E. Windows color (decimal): -11554181 or 8106575. OLE color: 8106575.
HSL color Cylindrical-coordinate representation of color #4FB27B: hue angle of 146.67º 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 #4FB27B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 178 | 123 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.30 |
| HSL | 146.67º | 0.39% | 0.5% | - |
| HSV(B) | 146.67º | 0.56% | 0.7% | - |
| XYZ | 22.72 | 34.93 | 24.28 | - |
| YUV | 142.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 123 | 0.56 | 0 | 0.31 | 0.30 | 146.67 | 0.39 | 0.5 |
| Hex | 4F | B2 | 7B | 38 | 0 | 1F | 1E | 93 | 27 | 32 |
| Octal | 117 | 262 | 173 | 70 | 0 | 37 | 36 | 223 | 47 | 62 |
| Binary | 1001111 | 10110010 | 1111011 | 111000 | 0 | 11111 | 11110 | 10010011 | 100111 | 110010 |
Color Harmonies of #4FB27B
Complementary color
Monochromatic Colors of #4FB27B
Black with #4FB27B
Text Example
Text Example
White with #4FB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB27B; }
p { color: rgb(79,178,123); }
H1.HeaderClassName
{
color: #4FB27B;
}
.AnyTagClassName
{
color: #4FB27B;
}
</style>
background-color css
<style>
a { background-color: #4FB27B; }
a { background-color: rgb(79,178,123); }
div.DivClassName
{
background-color: #4FB27B;
}
.BgClassName
{
background-color: #4FB27B;
}
</style>
border-color css
<style>
span { border-color: #4FB27B; }
span { border-color: rgb(79,178,123); }
td.TdClassName
{
border-color: #4FB27B;
}
.TagClassName
{
border-color: #4FB27B;
}
</style>