#40D100

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

Shades of Kelly Green #40D100

Tints of Kelly Green #40D100

Color information

#40D100 (or 0x40D100) is unknown color: approx Kelly Green. HEX triplet: 40, D1 and 00. RGB value is (64,209,0). Sum of RGB (Red+Green+Blue) = 64+209+0=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #40D100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D100 is #BF2EFF. Grayscale: #8E8E8E. Windows color (decimal): -12529408 or 53568. OLE color: 53568.

HSL color Cylindrical-coordinate representation of color #40D100: hue angle of 101.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40D100 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB642090-
CMYK0.69010.18
HSL101.63º100%40.98%-
HSV(B)101.63º100%81.96%-
XYZ24.9146.697.7-
YUV141.8247.9672.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 209 (82.03% from 255) = 76.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.44%
G=76.56%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6420900.69010.18101.6310040.98
Hex40D104506412666429
Octal100321010501442214614451
Binary10000001101000101000101011001001001011001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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