#40B21F

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

Shades of Kelly Green #40B21F

Tints of Kelly Green #40B21F

Color information

#40B21F (or 0x40B21F) is unknown color: approx Kelly Green. HEX triplet: 40, B2 and 1F. RGB value is (64,178,31). Sum of RGB (Red+Green+Blue) = 64+178+31=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #40B21F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B21F is #BF4DE0. Grayscale: #7F7F7F. Windows color (decimal): -12537313 or 2077248. OLE color: 2077248.

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

Color convert

RGB6417831-
CMYK0.6400.830.30
HSL106.53º70.33%40.98%-
HSV(B)106.53º82.58%69.8%-
XYZ18.2833.036.71-
YUV127.1673.7382.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 178 (69.92% from 255) = 65.20%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=23.44%
G=65.20%
B=11.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178310.6400.830.30106.5370.3340.98
Hex40B21F400531E6b4629
Octal1002623710001233615310651
Binary100000010110010111111000000010100111111011010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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