Html Css Color HEX #50D105 Kelly Green

📋 copy color: '#50D105'

red 80 ◦ green 209 ◦ blue 5

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

Shades of Kelly Green #50D105

Tints of Kelly Green #50D105

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.09%

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 27.21%
G = 71.09%
B = 1.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#50D105 (or 0x50D105) is known color: Kelly Green. HEX triplet: 50, D1 and 05. RGB value is (80,209,5). Sum of RGB (Red+Green+Blue) = 80+209+5=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #50D105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D105 is #AF2EFA. Grayscale: #939393. Windows color (decimal): -11480827 or 381264. OLE color: 381264.

HSL color Cylindrical-coordinate representation of color #50D105: hue angle of 97.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50D105 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 5 -
CMYK 0.62 0 0.98 0.18
HSL 97.94º 0.95% 0.42% -
HSV(B) 97.94º 0.98% 0.82% -
XYZ 26.14 47.32 7.9 -
YUV 147.17 47.76 80.09 -
System Red Green Blue C M Y K H S L
Decimal 80 209 5 0.62 0 0.98 0.18 97.94 0.95 0.42
Hex 50 D1 5 3E 0 62 12 62 5F 2A
Octal 120 321 5 76 0 142 22 142 137 52
Binary 1010000 11010001 101 111110 0 1100010 10010 1100010 1011111 101010

Color Harmonies of #50D105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D105

Black with #50D105

Text Example


Text Example

White with #50D105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,5); }

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

background-color css

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

 a { background-color: rgb(80,209,5); }

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

border-color css

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

 span { border-color: rgb(80,209,5); }

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