#50CC26

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

Shades of Kelly Green #50CC26

Tints of Kelly Green #50CC26

Color information

#50CC26 (or 0x50CC26) is unknown color: approx Kelly Green. HEX triplet: 50, CC and 26. RGB value is (80,204,38). Sum of RGB (Red+Green+Blue) = 80+204+38=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC26 is #AF33D9. Grayscale: #949494. Windows color (decimal): -11482074 or 2542672. OLE color: 2542672.

HSL color Cylindrical-coordinate representation of color #50CC26: hue angle of 104.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50CC26 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB8020438-
CMYK0.6100.810.2
HSL104.82º68.6%47.45%-
HSV(B)104.82º81.37%80%-
XYZ25.2545.039.19-
YUV14865.9279.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 204 (80.08% from 255) = 63.35%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=24.84%
G=63.35%
B=11.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204380.6100.810.2104.8268.647.45
Hex50CC263D0511469452f
Octal120314467501212415110557
Binary101000011001100100110111101010100011010011010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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