Html Css Color HEX #50DF21 Kelly Green

📋 copy color: '#50DF21'

red 80 ◦ green 223 ◦ blue 33

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

Shades of Kelly Green #50DF21

Tints of Kelly Green #50DF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.37%

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 23.81%
G = 66.37%
B = 9.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#50DF21 (or 0x50DF21) is known color: Kelly Green. HEX triplet: 50, DF and 21. RGB value is (80,223,33). Sum of RGB (Red+Green+Blue) = 80+223+33=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF21 is #AF20DE. Grayscale: #9F9F9F. Windows color (decimal): -11477215 or 2219856. OLE color: 2219856.

HSL color Cylindrical-coordinate representation of color #50DF21: hue angle of 105.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50DF21 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 33 -
CMYK 0.64 0 0.85 0.13
HSL 105.16º 0.75% 0.5% -
HSV(B) 105.16º 0.85% 0.87% -
XYZ 29.97 54.59 10.4 -
YUV 158.58 57.12 71.95 -
System Red Green Blue C M Y K H S L
Decimal 80 223 33 0.64 0 0.85 0.13 105.16 0.75 0.5
Hex 50 DF 21 40 0 55 D 69 4B 32
Octal 120 337 41 100 0 125 15 151 113 62
Binary 1010000 11011111 100001 1000000 0 1010101 1101 1101001 1001011 110010

Color Harmonies of #50DF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF21

Black with #50DF21

Text Example


Text Example

White with #50DF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,33); }

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

background-color css

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

 a { background-color: rgb(80,223,33); }

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

border-color css

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

 span { border-color: rgb(80,223,33); }

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