Html Css Color HEX #50C021 Kelly Green

📋 copy color: '#50C021'

red 80 ◦ green 192 ◦ blue 33

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

Shades of Kelly Green #50C021

Tints of Kelly Green #50C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.95%

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 26.23%
G = 62.95%
B = 10.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#50C021 (or 0x50C021) is known color: Kelly Green. HEX triplet: 50, C0 and 21. RGB value is (80,192,33). Sum of RGB (Red+Green+Blue) = 80+192+33=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #50C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C021 is #AF3FDE. Grayscale: #8C8C8C. Windows color (decimal): -11485151 or 2211920. OLE color: 2211920.

HSL color Cylindrical-coordinate representation of color #50C021: hue angle of 102.26º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50C021 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 33 -
CMYK 0.58 0 0.83 0.25
HSL 102.26º 0.71% 0.44% -
HSV(B) 102.26º 0.83% 0.75% -
XYZ 22.43 39.51 7.88 -
YUV 140.39 67.39 84.93 -
System Red Green Blue C M Y K H S L
Decimal 80 192 33 0.58 0 0.83 0.25 102.26 0.71 0.44
Hex 50 C0 21 3A 0 53 19 66 47 2C
Octal 120 300 41 72 0 123 31 146 107 54
Binary 1010000 11000000 100001 111010 0 1010011 11001 1100110 1000111 101100

Color Harmonies of #50C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C021

Black with #50C021

Text Example


Text Example

White with #50C021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,33); }

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

background-color css

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

 a { background-color: rgb(80,192,33); }

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

border-color css

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

 span { border-color: rgb(80,192,33); }

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