#4FCA97

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

Shades of Puerto Rico #4FCA97

Tints of Puerto Rico #4FCA97

Color information

#4FCA97 (or 0x4FCA97) is unknown color: approx Puerto Rico. HEX triplet: 4F, CA and 97. RGB value is (79,202,151). Sum of RGB (Red+Green+Blue) = 79+202+151=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCA97 is #B03568. Grayscale: #9F9F9F. Windows color (decimal): -11548009 or 9947727. OLE color: 9947727.

HSL color Cylindrical-coordinate representation of color #4FCA97: hue angle of 155.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCA97 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB79202151-
CMYK0.6100.250.21
HSL155.12º53.71%55.1%-
HSV(B)155.12º60.89%79.22%-
XYZ29.9346.1436.61-
YUV159.41123.2570.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.29%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=18.29%
G=46.76%
B=34.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal792021510.6100.250.21155.1253.7155.1
Hex4FCA973D019159b3637
Octal11731222775031252336667
Binary100111111001010100101111111010110011010110011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,202,151); }

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

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

 a { background-color: rgb(79,202,151); }

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

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

 span { border-color: rgb(79,202,151); }

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