Html Css Color HEX #50DE0E Kelly Green

📋 copy color: '#50DE0E'

red 80 ◦ green 222 ◦ blue 14

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

Shades of Kelly Green #50DE0E

Tints of Kelly Green #50DE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 25.32%
G = 70.25%
B = 4.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#50DE0E (or 0x50DE0E) is known color: Kelly Green. HEX triplet: 50, DE and 0E. RGB value is (80,222,14). Sum of RGB (Red+Green+Blue) = 80+222+14=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DE0E is #AF21F1. Grayscale: #9C9C9C. Windows color (decimal): -11477490 or 974416. OLE color: 974416.

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

Color convert

RGB 80 222 14 -
CMYK 0.64 0 0.94 0.13
HSL 100.96º 0.88% 0.46% -
HSV(B) 100.96º 0.94% 0.87% -
XYZ 29.51 53.98 9.28 -
YUV 155.83 47.96 73.91 -
System Red Green Blue C M Y K H S L
Decimal 80 222 14 0.64 0 0.94 0.13 100.96 0.88 0.46
Hex 50 DE E 40 0 5E D 65 58 2E
Octal 120 336 16 100 0 136 15 145 130 56
Binary 1010000 11011110 1110 1000000 0 1011110 1101 1100101 1011000 101110

Color Harmonies of #50DE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE0E

Black with #50DE0E

Text Example


Text Example

White with #50DE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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