Html Css Color HEX #50E012 Kelly Green

📋 copy color: '#50E012'

red 80 ◦ green 224 ◦ blue 18

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

Shades of Kelly Green #50E012

Tints of Kelly Green #50E012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 24.84%
G = 69.57%
B = 5.59%

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

#50E012 (or 0x50E012) is known color: Kelly Green. HEX triplet: 50, E0 and 12. RGB value is (80,224,18). Sum of RGB (Red+Green+Blue) = 80+224+18=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #50E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E012 is #AF1FED. Grayscale: #9E9E9E. Windows color (decimal): -11476974 or 1237072. OLE color: 1237072.

HSL color Cylindrical-coordinate representation of color #50E012: hue angle of 101.94º degrees, saturation: 0.85, 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 #50E012 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 18 -
CMYK 0.64 0 0.92 0.12
HSL 101.94º 0.85% 0.47% -
HSV(B) 101.94º 0.92% 0.88% -
XYZ 30.07 55.06 9.61 -
YUV 157.46 49.29 72.75 -
System Red Green Blue C M Y K H S L
Decimal 80 224 18 0.64 0 0.92 0.12 101.94 0.85 0.47
Hex 50 E0 12 40 0 5C C 66 55 2F
Octal 120 340 22 100 0 134 14 146 125 57
Binary 1010000 11100000 10010 1000000 0 1011100 1100 1100110 1010101 101111

Color Harmonies of #50E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E012

Black with #50E012

Text Example


Text Example

White with #50E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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