Html Css Color HEX #50BE18 Kelly Green

📋 copy color: '#50BE18'

red 80 ◦ green 190 ◦ blue 24

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

Shades of Kelly Green #50BE18

Tints of Kelly Green #50BE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.63%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 27.21%
G = 64.63%
B = 8.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#50BE18 (or 0x50BE18) is known color: Kelly Green. HEX triplet: 50, BE and 18. RGB value is (80,190,24). Sum of RGB (Red+Green+Blue) = 80+190+24=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BE18 is #AF41E7. Grayscale: #8A8A8A. Windows color (decimal): -11485672 or 1621584. OLE color: 1621584.

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

Color convert

RGB 80 190 24 -
CMYK 0.58 0 0.87 0.25
HSL 99.76º 0.78% 0.42% -
HSV(B) 99.76º 0.87% 0.75% -
XYZ 21.89 38.6 7.16 -
YUV 138.19 63.56 86.5 -
System Red Green Blue C M Y K H S L
Decimal 80 190 24 0.58 0 0.87 0.25 99.76 0.78 0.42
Hex 50 BE 18 3A 0 57 19 64 4E 2A
Octal 120 276 30 72 0 127 31 144 116 52
Binary 1010000 10111110 11000 111010 0 1010111 11001 1100100 1001110 101010

Color Harmonies of #50BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE18

Black with #50BE18

Text Example


Text Example

White with #50BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,24); }

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

background-color css

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

 a { background-color: rgb(80,190,24); }

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

border-color css

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

 span { border-color: rgb(80,190,24); }

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