#40BD1E

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

Shades of Kelly Green #40BD1E

Tints of Kelly Green #40BD1E

Color information

#40BD1E (or 0x40BD1E) is unknown color: approx Kelly Green. HEX triplet: 40, BD and 1E. RGB value is (64,189,30). Sum of RGB (Red+Green+Blue) = 64+189+30=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD1E is #BF42E1. Grayscale: #868686. Windows color (decimal): -12534498 or 2014528. OLE color: 2014528.

HSL color Cylindrical-coordinate representation of color #40BD1E: hue angle of 107.17º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40BD1E is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB6418930-
CMYK0.6600.840.26
HSL107.17º72.6%42.94%-
HSV(B)107.17º84.13%74.12%-
XYZ20.5537.587.4-
YUV133.569.5978.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 189 (74.22% from 255) = 66.78%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=22.61%
G=66.78%
B=10.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64189300.6600.840.26107.1772.642.94
Hex40BD1E420541A6b492b
Octal1002753610201243215311153
Binary100000010111101111101000010010101001101011010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,189,30); }

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

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

 a { background-color: rgb(64,189,30); }

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

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

 span { border-color: rgb(64,189,30); }

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