#40D21B

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

Shades of Kelly Green #40D21B

Tints of Kelly Green #40D21B

Color information

#40D21B (or 0x40D21B) is unknown color: approx Kelly Green. HEX triplet: 40, D2 and 1B. RGB value is (64,210,27). Sum of RGB (Red+Green+Blue) = 64+210+27=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #40D21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D21B is #BF2DE4. Grayscale: #929292. Windows color (decimal): -12529125 or 1823296. OLE color: 1823296.

HSL color Cylindrical-coordinate representation of color #40D21B: hue angle of 107.87º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40D21B is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB6421027-
CMYK0.7000.870.18
HSL107.87º77.22%46.47%-
HSV(B)107.87º87.14%82.35%-
XYZ25.3647.268.82-
YUV145.4861.1369.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 210 (82.42% from 255) = 69.77%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=21.26%
G=69.77%
B=8.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64210270.7000.870.18107.8777.2246.47
Hex40D21B46057126c4d2e
Octal1003223310601272215411556
Binary100000011010010110111000110010101111001011011001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,210,27); }

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

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

 a { background-color: rgb(64,210,27); }

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

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

 span { border-color: rgb(64,210,27); }

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