#50B413

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

Shades of Kelly Green #50B413

Tints of Kelly Green #50B413

Color information

#50B413 (or 0x50B413) is unknown color: approx Kelly Green. HEX triplet: 50, B4 and 13. RGB value is (80,180,19). Sum of RGB (Red+Green+Blue) = 80+180+19=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 180 (70.70% from 255 or 64.52% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 180 - color contains mainly: green. Hex color #50B413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B413 is #AF4BEC. Grayscale: #848484. Windows color (decimal): -11488237 or 1291344. OLE color: 1291344.

HSL color Cylindrical-coordinate representation of color #50B413: hue angle of 97.27º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50B413 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB8018019-
CMYK0.5600.890.29
HSL97.27º80.9%39.02%-
HSV(B)97.27º89.44%70.59%-
XYZ19.7534.46.21-
YUV131.7564.3791.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 180 (70.70% from 255) = 64.52%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=28.67%
G=64.52%
B=6.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180190.5600.890.2997.2780.939.02
Hex50B413380591D615127
Octal120264237001313514112147
Binary10100001011010010011111000010110011110111000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,19); }

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

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

 a { background-color: rgb(80,180,19); }

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

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

 span { border-color: rgb(80,180,19); }

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