Shades of Puerto Rico #4CB399
Tints of Puerto Rico #4CB399
RGB
CMYK
RGB Variations
Color information
#4CB399 (or 0x4CB399) is known color: Puerto Rico. HEX triplet: 4C, B3 and 99. RGB value is (76,179,153). Sum of RGB (Red+Green+Blue) = 76+179+153=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB399 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB399 is #B34C66. Grayscale: #919191. Windows color (decimal): -11750503 or 10072908. OLE color: 10072908.
HSL color Cylindrical-coordinate representation of color #4CB399: hue angle of 164.85º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB399 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 153 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.30 |
| HSL | 164.85º | 0.4% | 0.5% | - |
| HSV(B) | 164.85º | 0.58% | 0.7% | - |
| XYZ | 24.85 | 36.08 | 35.79 | - |
| YUV | 145.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 153 | 0.58 | 0 | 0.15 | 0.30 | 164.85 | 0.4 | 0.5 |
| Hex | 4C | B3 | 99 | 3A | 0 | F | 1E | A5 | 28 | 32 |
| Octal | 114 | 263 | 231 | 72 | 0 | 17 | 36 | 245 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10011001 | 111010 | 0 | 1111 | 11110 | 10100101 | 101000 | 110010 |
Color Harmonies of #4CB399
Complementary color
Monochromatic Colors of #4CB399
Black with #4CB399
Text Example
Text Example
White with #4CB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB399; }
p { color: rgb(76,179,153); }
H1.HeaderClassName
{
color: #4CB399;
}
.AnyTagClassName
{
color: #4CB399;
}
</style>
background-color css
<style>
a { background-color: #4CB399; }
a { background-color: rgb(76,179,153); }
div.DivClassName
{
background-color: #4CB399;
}
.BgClassName
{
background-color: #4CB399;
}
</style>
border-color css
<style>
span { border-color: #4CB399; }
span { border-color: rgb(76,179,153); }
td.TdClassName
{
border-color: #4CB399;
}
.TagClassName
{
border-color: #4CB399;
}
</style>