Html Css Color HEX #50E011 Kelly Green

📋 copy color: '#50E011'

red 80 ◦ green 224 ◦ blue 17

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

Shades of Kelly Green #50E011

Tints of Kelly Green #50E011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.78%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 24.92%
G = 69.78%
B = 5.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#50E011 (or 0x50E011) is known color: Kelly Green. HEX triplet: 50, E0 and 11. RGB value is (80,224,17). Sum of RGB (Red+Green+Blue) = 80+224+17=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #50E011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E011 is #AF1FEE. Grayscale: #9E9E9E. Windows color (decimal): -11476975 or 1171536. OLE color: 1171536.

HSL color Cylindrical-coordinate representation of color #50E011: hue angle of 101.74º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50E011 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 17 -
CMYK 0.64 0 0.92 0.12
HSL 101.74º 0.86% 0.47% -
HSV(B) 101.74º 0.92% 0.88% -
XYZ 30.07 55.06 9.57 -
YUV 157.35 48.79 72.83 -
System Red Green Blue C M Y K H S L
Decimal 80 224 17 0.64 0 0.92 0.12 101.74 0.86 0.47
Hex 50 E0 11 40 0 5C C 66 56 2F
Octal 120 340 21 100 0 134 14 146 126 57
Binary 1010000 11100000 10001 1000000 0 1011100 1100 1100110 1010110 101111

Color Harmonies of #50E011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E011

Black with #50E011

Text Example


Text Example

White with #50E011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,17); }

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

background-color css

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

 a { background-color: rgb(80,224,17); }

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

border-color css

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

 span { border-color: rgb(80,224,17); }

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