#40C100

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

Shades of Kelly Green #40C100

Tints of Kelly Green #40C100

Color information

#40C100 (or 0x40C100) is unknown color: approx Kelly Green. HEX triplet: 40, C1 and 00. RGB value is (64,193,0). Sum of RGB (Red+Green+Blue) = 64+193+0=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #40C100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C100 is #BF3EFF. Grayscale: #858585. Windows color (decimal): -12533504 or 49472. OLE color: 49472.

HSL color Cylindrical-coordinate representation of color #40C100: hue angle of 100.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40C100 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB641930-
CMYK0.67010.24
HSL100.1º100%37.84%-
HSV(B)100.1º100%75.69%-
XYZ21.1839.236.46-
YUV132.4353.2679.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 193 (75.78% from 255) = 75.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.90%
G=75.10%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6419300.67010.24100.110037.84
Hex40C104306418646426
Octal100301010301443014414446
Binary10000001100000101000011011001001100011001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C100; }

 p { color: rgb(64,193,0); }

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

<style>
 a { background-color: #40C100; }

 a { background-color: rgb(64,193,0); }

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

<style>
 span { border-color: #40C100; }

 span { border-color: rgb(64,193,0); }

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