Html Css Color HEX #50BF20 Kelly Green

📋 copy color: '#50BF20'

red 80 ◦ green 191 ◦ blue 32

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

Shades of Kelly Green #50BF20

Tints of Kelly Green #50BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 63.04%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 26.4%
G = 63.04%
B = 10.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#50BF20 (or 0x50BF20) is known color: Kelly Green. HEX triplet: 50, BF and 20. RGB value is (80,191,32). Sum of RGB (Red+Green+Blue) = 80+191+32=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF20 is #AF40DF. Grayscale: #8C8C8C. Windows color (decimal): -11485408 or 2146128. OLE color: 2146128.

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

Color convert

RGB 80 191 32 -
CMYK 0.58 0 0.83 0.25
HSL 101.89º 0.71% 0.44% -
HSV(B) 101.89º 0.83% 0.75% -
XYZ 22.2 39.07 7.74 -
YUV 139.69 67.23 85.43 -
System Red Green Blue C M Y K H S L
Decimal 80 191 32 0.58 0 0.83 0.25 101.89 0.71 0.44
Hex 50 BF 20 3A 0 53 19 66 47 2C
Octal 120 277 40 72 0 123 31 146 107 54
Binary 1010000 10111111 100000 111010 0 1010011 11001 1100110 1000111 101100

Color Harmonies of #50BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF20

Black with #50BF20

Text Example


Text Example

White with #50BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,32); }

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

background-color css

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

 a { background-color: rgb(80,191,32); }

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

border-color css

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

 span { border-color: rgb(80,191,32); }

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