Html Css Color HEX #50B500 Kelly Green

📋 copy color: '#50B500'

red 80 ◦ green 181 ◦ blue 0

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

Shades of Kelly Green #50B500

Tints of Kelly Green #50B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.65%
G = 69.35%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#50B500 (or 0x50B500) is known color: Kelly Green. HEX triplet: 50, B5 and 00. RGB value is (80,181,0). Sum of RGB (Red+Green+Blue) = 80+181+0=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 181 (71.09% from 255 or 69.35% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 181 - color contains mainly: green. Hex color #50B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B500 is #AF4AFF. Grayscale: #828282. Windows color (decimal): -11488000 or 46416. OLE color: 46416.

HSL color Cylindrical-coordinate representation of color #50B500: hue angle of 93.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50B500 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 0 -
CMYK 0.56 0 1 0.29
HSL 93.48º 1% 0.35% -
HSV(B) 93.48º 1% 0.71% -
XYZ 19.83 34.75 5.66 -
YUV 130.17 54.54 92.22 -
System Red Green Blue C M Y K H S L
Decimal 80 181 0 0.56 0 1 0.29 93.48 1 0.35
Hex 50 B5 0 38 0 64 1D 5D 64 23
Octal 120 265 0 70 0 144 35 135 144 43
Binary 1010000 10110101 0 111000 0 1100100 11101 1011101 1100100 100011

Color Harmonies of #50B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B500

Black with #50B500

Text Example


Text Example

White with #50B500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,0); }

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

background-color css

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

 a { background-color: rgb(80,181,0); }

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

border-color css

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

 span { border-color: rgb(80,181,0); }

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