#50CA19

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

Shades of Kelly Green #50CA19

Tints of Kelly Green #50CA19

Color information

#50CA19 (or 0x50CA19) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 19. RGB value is (80,202,25). Sum of RGB (Red+Green+Blue) = 80+202+25=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA19 is #AF35E6. Grayscale: #919191. Windows color (decimal): -11482599 or 1690192. OLE color: 1690192.

HSL color Cylindrical-coordinate representation of color #50CA19: hue angle of 101.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50CA19 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB8020225-
CMYK0.6000.880.21
HSL101.36º77.97%44.51%-
HSV(B)101.36º87.62%79.22%-
XYZ24.644.028.12-
YUV145.3460.0881.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 202 (79.30% from 255) = 65.80%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=26.06%
G=65.80%
B=8.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202250.6000.880.21101.3677.9744.51
Hex50CA193C05815654e2d
Octal120312317401302514511655
Binary10100001100101011001111100010110001010111001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,25); }

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

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

 a { background-color: rgb(80,202,25); }

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

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

 span { border-color: rgb(80,202,25); }

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