#50ce0c

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

Shades of Kelly Green #50CE0C

Tints of Kelly Green #50CE0C

Color information

#50CE0C (or 0x50CE0C) is unknown color: approx Kelly Green. HEX triplet: 50, CE and 0C. RGB value is (80,206,12). Sum of RGB (Red+Green+Blue) = 80+206+12=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 206 (80.86% from 255 or 69.13% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CE0C is #AF31F3. Grayscale: #929292. Windows color (decimal): -11481588 or 839248. OLE color: 839248.

HSL color Cylindrical-coordinate representation of color #50CE0C: hue angle of 98.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50CE0C is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB8020612-
CMYK0.6100.940.19
HSL98.97º88.99%42.75%-
HSV(B)98.97º94.17%80.78%-
XYZ25.4545.877.86-
YUV146.2152.2680.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 206 (80.86% from 255) = 69.13%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=26.85%
G=69.13%
B=4.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80206120.6100.940.1998.9788.9942.75
Hex50CEC3D05E1363592b
Octal120316147501362314313153
Binary1010000110011101100111101010111101001111000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ce0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,206,12); }

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

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

 a { background-color: rgb(80,206,12); }

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

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

 span { border-color: rgb(80,206,12); }

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