#4DAF99

Color #4DAF99 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4DAF99

Tints of Puerto Rico #4DAF99

Color information

#4DAF99 (or 0x4DAF99) is unknown color: approx Puerto Rico. HEX triplet: 4D, AF and 99. RGB value is (77,175,153). Sum of RGB (Red+Green+Blue) = 77+175+153=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF99 is #B25066. Grayscale: #8F8F8F. Windows color (decimal): -11685991 or 10071885. OLE color: 10071885.

HSL color Cylindrical-coordinate representation of color #4DAF99: hue angle of 166.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF99 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB77175153-
CMYK0.5600.130.31
HSL166.53º38.89%49.41%-
HSV(B)166.53º56%68.63%-
XYZ24.1434.5435.53-
YUV143.19133.5380.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=19.01%
G=43.21%
B=37.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751530.5600.130.31166.5338.8949.41
Hex4DAF99380D1Fa72731
Octal11525723170015372474761
Binary10011011010111110011001111000011011111110100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAF99; }

 p { color: rgb(77,175,153); }

 H1.HeaderClassName
 {
   color: #4DAF99;
 }
 .AnyTagClassName
 {
   color: #4DAF99;
 }
</style>
background-color css

<style>
 a { background-color: #4DAF99; }

 a { background-color: rgb(77,175,153); }

 div.DivClassName
 {
   background-color: #4DAF99;
 }
 .BgClassName
 {
   background-color: #4DAF99;
 }
</style>
border-color css

<style>
 span { border-color: #4DAF99; }

 span { border-color: rgb(77,175,153); }

 td.TdClassName
 {
   border-color: #4DAF99;
 }
 .TagClassName
 {
   border-color: #4DAF99;
 }
</style>