#50CA26

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

Shades of Kelly Green #50CA26

Tints of Kelly Green #50CA26

Color information

#50CA26 (or 0x50CA26) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 26. RGB value is (80,202,38). Sum of RGB (Red+Green+Blue) = 80+202+38=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA26 is #AF35D9. Grayscale: #939393. Windows color (decimal): -11482586 or 2542160. OLE color: 2542160.

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

Color convert

RGB8020238-
CMYK0.6000.810.21
HSL104.63º68.33%47.06%-
HSV(B)104.63º81.19%79.22%-
XYZ24.7844.099.04-
YUV146.8366.5880.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 63.12%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=25%
G=63.12%
B=11.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202380.6000.810.21104.6368.3347.06
Hex50CA263C0511569442f
Octal120312467401212515110457
Binary101000011001010100110111100010100011010111010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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