#50CA10

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

Shades of Kelly Green #50CA10

Tints of Kelly Green #50CA10

Color information

#50CA10 (or 0x50CA10) is unknown color: approx Kelly Green. HEX triplet: 50, CA and 10. RGB value is (80,202,16). Sum of RGB (Red+Green+Blue) = 80+202+16=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA10 is #AF35EF. Grayscale: #909090. Windows color (decimal): -11482608 or 1100368. OLE color: 1100368.

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

Color convert

RGB8020216-
CMYK0.6000.920.21
HSL99.35º85.32%42.75%-
HSV(B)99.35º92.08%79.22%-
XYZ24.5243.987.69-
YUV144.3255.5882.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 202 (79.30% from 255) = 67.79%
BLUE value IS 16 (6.64% from 255) = 5.37%
R=26.85%
G=67.79%
B=5.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202160.6000.920.2199.3585.3242.75
Hex50CA103C05C1563552b
Octal120312207401342514312553
Binary10100001100101010000111100010111001010111000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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