Html Css Color HEX #50CD99 Puerto Rico

📋 copy color: '#50CD99'

red 80 ◦ green 205 ◦ blue 153

#50CD99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #50CD99

Tints of Puerto Rico #50CD99

RGB

 RED value IS 80 (31.64% from 255) = 18.26%

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 153 (60.16% from 255) = 34.93%

R = 18.26%
G = 46.8%
B = 34.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#50CD99 (or 0x50CD99) is known color: 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

RGB 80 205 153 -
CMYK 0.61 0 0.25 0.20
HSL 155.04º 0.56% 0.56% -
HSV(B) 155.04º 0.61% 0.8% -
XYZ 30.89 47.67 37.71 -
YUV 161.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 80 205 153 0.61 0 0.25 0.20 155.04 0.56 0.56
Hex 50 CD 99 3D 0 19 14 9B 38 38
Octal 120 315 231 75 0 31 24 233 70 70
Binary 1010000 11001101 10011001 111101 0 11001 10100 10011011 111000 111000

Color Harmonies of #50CD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD99

Black with #50CD99

Text Example


Text Example

White with #50CD99

Text Example


Text Example

HTML Codes & Css Web 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>