#40D40F

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

Shades of Kelly Green #40D40F

Tints of Kelly Green #40D40F

Color information

#40D40F (or 0x40D40F) is unknown color: approx Kelly Green. HEX triplet: 40, D4 and 0F. RGB value is (64,212,15). Sum of RGB (Red+Green+Blue) = 64+212+15=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 212 (83.20% from 255 or 72.85% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 212 - color contains mainly: green. Hex color #40D40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D40F is #BF2BF0. Grayscale: #919191. Windows color (decimal): -12528625 or 1037376. OLE color: 1037376.

HSL color Cylindrical-coordinate representation of color #40D40F: hue angle of 105.08º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40D40F is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB6421215-
CMYK0.7000.930.17
HSL105.08º86.78%44.51%-
HSV(B)105.08º92.92%83.14%-
XYZ25.7448.218.4-
YUV145.2954.4770.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 212 (83.20% from 255) = 72.85%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=21.99%
G=72.85%
B=5.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64212150.7000.930.17105.0886.7844.51
Hex40D4F4605D1169572d
Octal1003241710601352115112755
Binary10000001101010011111000110010111011000111010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,212,15); }

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

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

 a { background-color: rgb(64,212,15); }

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

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

 span { border-color: rgb(64,212,15); }

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