Shades of Puerto Rico #4CC69F
Tints of Puerto Rico #4CC69F
RGB
CMYK
RGB Variations
Color information
#4CC69F (or 0x4CC69F) is known color: Puerto Rico. HEX triplet: 4C, C6 and 9F. RGB value is (76,198,159). Sum of RGB (Red+Green+Blue) = 76+198+159=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC69F is #B33960. Grayscale: #9D9D9D. Windows color (decimal): -11745633 or 10470988. OLE color: 10470988.
HSL color Cylindrical-coordinate representation of color #4CC69F: hue angle of 160.82º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC69F is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 198 | 159 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.22 |
| HSL | 160.82º | 0.52% | 0.54% | - |
| HSV(B) | 160.82º | 0.62% | 0.78% | - |
| XYZ | 29.43 | 44.43 | 39.83 | - |
| YUV | 157.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 198 | 159 | 0.62 | 0 | 0.20 | 0.22 | 160.82 | 0.52 | 0.54 |
| Hex | 4C | C6 | 9F | 3E | 0 | 14 | 16 | A1 | 34 | 36 |
| Octal | 114 | 306 | 237 | 76 | 0 | 24 | 26 | 241 | 64 | 66 |
| Binary | 1001100 | 11000110 | 10011111 | 111110 | 0 | 10100 | 10110 | 10100001 | 110100 | 110110 |
Color Harmonies of #4CC69F
Complementary color
Monochromatic Colors of #4CC69F
Black with #4CC69F
Text Example
Text Example
White with #4CC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC69F; }
p { color: rgb(76,198,159); }
H1.HeaderClassName
{
color: #4CC69F;
}
.AnyTagClassName
{
color: #4CC69F;
}
</style>
background-color css
<style>
a { background-color: #4CC69F; }
a { background-color: rgb(76,198,159); }
div.DivClassName
{
background-color: #4CC69F;
}
.BgClassName
{
background-color: #4CC69F;
}
</style>
border-color css
<style>
span { border-color: #4CC69F; }
span { border-color: rgb(76,198,159); }
td.TdClassName
{
border-color: #4CC69F;
}
.TagClassName
{
border-color: #4CC69F;
}
</style>