Html Css Color HEX #50C22E Kelly Green

📋 copy color: '#50C22E'

red 80 ◦ green 194 ◦ blue 46

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

Shades of Kelly Green #50C22E

Tints of Kelly Green #50C22E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.63%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 25%
G = 60.63%
B = 14.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#50C22E (or 0x50C22E) is known color: Kelly Green. HEX triplet: 50, C2 and 2E. RGB value is (80,194,46). Sum of RGB (Red+Green+Blue) = 80+194+46=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #50C22E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C22E is #AF3DD1. Grayscale: #8F8F8F. Windows color (decimal): -11484626 or 3064400. OLE color: 3064400.

HSL color Cylindrical-coordinate representation of color #50C22E: hue angle of 106.22º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50C22E is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 46 -
CMYK 0.59 0 0.76 0.24
HSL 106.22º 0.62% 0.47% -
HSV(B) 106.22º 0.76% 0.76% -
XYZ 23.09 40.49 9.18 -
YUV 143.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 80 194 46 0.59 0 0.76 0.24 106.22 0.62 0.47
Hex 50 C2 2E 3B 0 4C 18 6A 3E 2F
Octal 120 302 56 73 0 114 30 152 76 57
Binary 1010000 11000010 101110 111011 0 1001100 11000 1101010 111110 101111

Color Harmonies of #50C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C22E

Black with #50C22E

Text Example


Text Example

White with #50C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,46); }

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

background-color css

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

 a { background-color: rgb(80,194,46); }

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

border-color css

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

 span { border-color: rgb(80,194,46); }

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