#4BC299

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

Shades of Puerto Rico #4BC299

Tints of Puerto Rico #4BC299

Color information

#4BC299 (or 0x4BC299) is unknown color: approx Puerto Rico. HEX triplet: 4B, C2 and 99. RGB value is (75,194,153). Sum of RGB (Red+Green+Blue) = 75+194+153=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC299 is #B43D66. Grayscale: #999999. Windows color (decimal): -11812199 or 10076747. OLE color: 10076747.

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

Color convert

RGB75194153-
CMYK0.6100.210.24
HSL159.33º49.38%52.75%-
HSV(B)159.33º61.34%76.08%-
XYZ27.9442.3836.84-
YUV153.74127.5871.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=17.77%
G=45.97%
B=36.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751941530.6100.210.24159.3349.3852.75
Hex4BC2993D015189f3135
Octal11330223175025302376165
Binary100101111000010100110011111010101011100010011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,153); }

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

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

 a { background-color: rgb(75,194,153); }

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

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

 span { border-color: rgb(75,194,153); }

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