#4DC298

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

Shades of Puerto Rico #4DC298

Tints of Puerto Rico #4DC298

Color information

#4DC298 (or 0x4DC298) is unknown color: approx Puerto Rico. HEX triplet: 4D, C2 and 98. RGB value is (77,194,152). Sum of RGB (Red+Green+Blue) = 77+194+152=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC298 is #B23D67. Grayscale: #9A9A9A. Windows color (decimal): -11681128 or 10011213. OLE color: 10011213.

HSL color Cylindrical-coordinate representation of color #4DC298: hue angle of 158.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC298 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB77194152-
CMYK0.6000.220.24
HSL158.46º48.95%53.14%-
HSV(B)158.46º60.31%76.08%-
XYZ28.0242.4336.42-
YUV154.23126.7472.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.20%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=18.20%
G=45.86%
B=35.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771941520.6000.220.24158.4648.9553.14
Hex4DC2983C016189e3135
Octal11530223074026302366165
Binary100110111000010100110001111000101101100010011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,194,152); }

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

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

 a { background-color: rgb(77,194,152); }

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

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

 span { border-color: rgb(77,194,152); }

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