Html Css Color HEX #50D112 Kelly Green

📋 copy color: '#50D112'

red 80 ◦ green 209 ◦ blue 18

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

Shades of Kelly Green #50D112

Tints of Kelly Green #50D112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 26.06%
G = 68.08%
B = 5.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#50D112 (or 0x50D112) is known color: Kelly Green. HEX triplet: 50, D1 and 12. RGB value is (80,209,18). Sum of RGB (Red+Green+Blue) = 80+209+18=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #50D112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D112 is #AF2EED. Grayscale: #959595. Windows color (decimal): -11480814 or 1233232. OLE color: 1233232.

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

Color convert

RGB 80 209 18 -
CMYK 0.62 0 0.91 0.18
HSL 100.52º 0.84% 0.45% -
HSV(B) 100.52º 0.91% 0.82% -
XYZ 26.22 47.35 8.33 -
YUV 148.66 54.26 79.03 -
System Red Green Blue C M Y K H S L
Decimal 80 209 18 0.62 0 0.91 0.18 100.52 0.84 0.45
Hex 50 D1 12 3E 0 5B 12 65 54 2D
Octal 120 321 22 76 0 133 22 145 124 55
Binary 1010000 11010001 10010 111110 0 1011011 10010 1100101 1010100 101101

Color Harmonies of #50D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D112

Black with #50D112

Text Example


Text Example

White with #50D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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