Html Css Color HEX #50CA20 Kelly Green

📋 copy color: '#50CA20'

red 80 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #50CA20

Tints of Kelly Green #50CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 25.48%
G = 64.33%
B = 10.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#50CA20 (or 0x50CA20) is known color: Kelly Green. HEX triplet: 50, CA and 20. RGB value is (80,202,32). Sum of RGB (Red+Green+Blue) = 80+202+32=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA20 is #AF35DF. Grayscale: #929292. Windows color (decimal): -11482592 or 2148944. OLE color: 2148944.

HSL color Cylindrical-coordinate representation of color #50CA20: hue angle of 103.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50CA20 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 32 -
CMYK 0.60 0 0.84 0.21
HSL 103.06º 0.73% 0.46% -
HSV(B) 103.06º 0.84% 0.79% -
XYZ 24.69 44.05 8.57 -
YUV 146.14 63.58 80.82 -
System Red Green Blue C M Y K H S L
Decimal 80 202 32 0.60 0 0.84 0.21 103.06 0.73 0.46
Hex 50 CA 20 3C 0 54 15 67 49 2E
Octal 120 312 40 74 0 124 25 147 111 56
Binary 1010000 11001010 100000 111100 0 1010100 10101 1100111 1001001 101110

Color Harmonies of #50CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA20

Black with #50CA20

Text Example


Text Example

White with #50CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,32); }

 H1.HeaderClassName
 {
   color: #50CA20;
 }
 .AnyTagClassName
 {
   color: #50CA20;
 }
</style>

background-color css

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

 a { background-color: rgb(80,202,32); }

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

border-color css

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

 span { border-color: rgb(80,202,32); }

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