#50CD99

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

Shades of Puerto Rico #50CD99

Tints of Puerto Rico #50CD99

Color information

#50CD99 (or 0x50CD99) is unknown color: approx Puerto Rico. HEX triplet: 50, CD and 99. RGB value is (80,205,153). Sum of RGB (Red+Green+Blue) = 80+205+153=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD99 is #AF3266. Grayscale: #A1A1A1. Windows color (decimal): -11481703 or 10079568. OLE color: 10079568.

HSL color Cylindrical-coordinate representation of color #50CD99: hue angle of 155.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CD99 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB80205153-
CMYK0.6100.250.20
HSL155.04º55.56%55.88%-
HSV(B)155.04º60.98%80.39%-
XYZ30.8947.6737.71-
YUV161.7123.0969.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=18.26%
G=46.80%
B=34.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051530.6100.250.20155.0455.5655.88
Hex50CD993D019149b3838
Octal12031523175031242337070
Binary101000011001101100110011111010110011010010011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50CD99; }

 p { color: rgb(80,205,153); }

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

<style>
 a { background-color: #50CD99; }

 a { background-color: rgb(80,205,153); }

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

<style>
 span { border-color: #50CD99; }

 span { border-color: rgb(80,205,153); }

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