#50DA0B

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

Shades of Kelly Green #50DA0B

Tints of Kelly Green #50DA0B

Color information

#50DA0B (or 0x50DA0B) is unknown color: approx Kelly Green. HEX triplet: 50, DA and 0B. RGB value is (80,218,11). Sum of RGB (Red+Green+Blue) = 80+218+11=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DA0B is #AF25F4. Grayscale: #999999. Windows color (decimal): -11478517 or 776784. OLE color: 776784.

HSL color Cylindrical-coordinate representation of color #50DA0B: hue angle of 100º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50DA0B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB8021811-
CMYK0.6300.950.15
HSL100º90.39%44.9%-
HSV(B)100º94.95%85.49%-
XYZ28.4451.878.83-
YUV153.1447.7875.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 218 (85.55% from 255) = 70.55%
BLUE value IS 11 (4.69% from 255) = 3.56%
R=25.89%
G=70.55%
B=3.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80218110.6300.950.1510090.3944.9
Hex50DAB3F05FF645a2d
Octal120332137701371714413255
Binary101000011011010101111111101011111111111001001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,218,11); }

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

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

 a { background-color: rgb(80,218,11); }

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

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

 span { border-color: rgb(80,218,11); }

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