Html Css Color HEX #50DE28 Kelly Green

📋 copy color: '#50DE28'

red 80 ◦ green 222 ◦ blue 40

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

Shades of Kelly Green #50DE28

Tints of Kelly Green #50DE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.91%

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 23.39%
G = 64.91%
B = 11.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#50DE28 (or 0x50DE28) is known color: Kelly Green. HEX triplet: 50, DE and 28. RGB value is (80,222,40). Sum of RGB (Red+Green+Blue) = 80+222+40=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE28 is #AF21D7. Grayscale: #9F9F9F. Windows color (decimal): -11477464 or 2678352. OLE color: 2678352.

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

Color convert

RGB 80 222 40 -
CMYK 0.64 0 0.82 0.13
HSL 106.81º 0.73% 0.51% -
HSV(B) 106.81º 0.82% 0.87% -
XYZ 29.81 54.1 10.88 -
YUV 158.79 60.96 71.8 -
System Red Green Blue C M Y K H S L
Decimal 80 222 40 0.64 0 0.82 0.13 106.81 0.73 0.51
Hex 50 DE 28 40 0 52 D 6B 49 33
Octal 120 336 50 100 0 122 15 153 111 63
Binary 1010000 11011110 101000 1000000 0 1010010 1101 1101011 1001001 110011

Color Harmonies of #50DE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE28

Black with #50DE28

Text Example


Text Example

White with #50DE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,40); }

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

background-color css

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

 a { background-color: rgb(80,222,40); }

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

border-color css

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

 span { border-color: rgb(80,222,40); }

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