Shades of Puerto Rico #4DA799
Tints of Puerto Rico #4DA799
RGB
CMYK
RGB Variations
Color information
#4DA799 (or 0x4DA799) is known color: Puerto Rico. HEX triplet: 4D, A7 and 99. RGB value is (77,167,153). Sum of RGB (Red+Green+Blue) = 77+167+153=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA799 is #B25866. Grayscale: #8A8A8A. Windows color (decimal): -11688039 or 10069837. OLE color: 10069837.
HSL color Cylindrical-coordinate representation of color #4DA799: hue angle of 170.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA799 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 167 | 153 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.35 |
| HSL | 170.67º | 0.37% | 0.48% | - |
| HSV(B) | 170.67º | 0.54% | 0.65% | - |
| XYZ | 22.63 | 31.52 | 35.03 | - |
| YUV | 138.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 167 | 153 | 0.54 | 0 | 0.08 | 0.35 | 170.67 | 0.37 | 0.48 |
| Hex | 4D | A7 | 99 | 36 | 0 | 8 | 23 | AB | 25 | 30 |
| Octal | 115 | 247 | 231 | 66 | 0 | 10 | 43 | 253 | 45 | 60 |
| Binary | 1001101 | 10100111 | 10011001 | 110110 | 0 | 1000 | 100011 | 10101011 | 100101 | 110000 |
Color Harmonies of #4DA799
Complementary color
Monochromatic Colors of #4DA799
Black with #4DA799
Text Example
Text Example
White with #4DA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA799; }
p { color: rgb(77,167,153); }
H1.HeaderClassName
{
color: #4DA799;
}
.AnyTagClassName
{
color: #4DA799;
}
</style>
background-color css
<style>
a { background-color: #4DA799; }
a { background-color: rgb(77,167,153); }
div.DivClassName
{
background-color: #4DA799;
}
.BgClassName
{
background-color: #4DA799;
}
</style>
border-color css
<style>
span { border-color: #4DA799; }
span { border-color: rgb(77,167,153); }
td.TdClassName
{
border-color: #4DA799;
}
.TagClassName
{
border-color: #4DA799;
}
</style>