#50CC12

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

Shades of Kelly Green #50CC12

Tints of Kelly Green #50CC12

Color information

#50CC12 (or 0x50CC12) is unknown color: approx Kelly Green. HEX triplet: 50, CC and 12. RGB value is (80,204,18). Sum of RGB (Red+Green+Blue) = 80+204+18=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CC12 is #AF33ED. Grayscale: #929292. Windows color (decimal): -11482094 or 1231952. OLE color: 1231952.

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

Color convert

RGB8020418-
CMYK0.6100.910.2
HSL100º83.78%43.53%-
HSV(B)100º91.18%80%-
XYZ25.0144.937.93-
YUV145.7255.9281.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=26.49%
G=67.55%
B=5.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204180.6100.910.210083.7843.53
Hex50CC123D05B1464542c
Octal120314227501332414412454
Binary10100001100110010010111101010110111010011001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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