#40b21d

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

Shades of Kelly Green #40B21D

Tints of Kelly Green #40B21D

Color information

#40B21D (or 0x40B21D) is unknown color: approx Kelly Green. HEX triplet: 40, B2 and 1D. RGB value is (64,178,29). Sum of RGB (Red+Green+Blue) = 64+178+29=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #40B21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B21D is #BF4DE2. Grayscale: #7F7F7F. Windows color (decimal): -12537315 or 1946176. OLE color: 1946176.

HSL color Cylindrical-coordinate representation of color #40B21D: hue angle of 105.91º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40B21D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB6417829-
CMYK0.6400.840.30
HSL105.91º71.98%40.59%-
HSV(B)105.91º83.71%69.8%-
XYZ18.2633.026.57-
YUV126.9372.7383.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 178 (69.92% from 255) = 65.68%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=23.62%
G=65.68%
B=10.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178290.6400.840.30105.9171.9840.59
Hex40B21D400541E6a4829
Octal1002623510001243615211051
Binary100000010110010111011000000010101001111011010101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b21d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,29); }

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

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

 a { background-color: rgb(64,178,29); }

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

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

 span { border-color: rgb(64,178,29); }

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