#50D011

Color #50D011 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50D011

Tints of Kelly Green #50D011

Color information

#50D011 (or 0x50D011) is unknown color: approx Kelly Green. HEX triplet: 50, D0 and 11. RGB value is (80,208,17). Sum of RGB (Red+Green+Blue) = 80+208+17=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #50D011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D011 is #AF2FEE. Grayscale: #949494. Windows color (decimal): -11481071 or 1167440. OLE color: 1167440.

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

Color convert

RGB8020817-
CMYK0.6200.920.18
HSL100.21º84.89%44.12%-
HSV(B)100.21º91.83%81.57%-
XYZ25.9746.868.21-
YUV147.9554.0979.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 208 (81.64% from 255) = 68.20%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=26.23%
G=68.20%
B=5.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80208170.6200.920.18100.2184.8944.12
Hex50D0113E05C1264552c
Octal120320217601342214412554
Binary10100001101000010001111110010111001001011001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,208,17); }

 H1.HeaderClassName
 {
   color: #50D011;
 }
 .AnyTagClassName
 {
   color: #50D011;
 }
</style>
background-color css

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

 a { background-color: rgb(80,208,17); }

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

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

 span { border-color: rgb(80,208,17); }

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