#40B111

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

Shades of Kelly Green #40B111

Tints of Kelly Green #40B111

Color information

#40B111 (or 0x40B111) is unknown color: approx Kelly Green. HEX triplet: 40, B1 and 11. RGB value is (64,177,17). Sum of RGB (Red+Green+Blue) = 64+177+17=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #40B111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B111 is #BF4EEE. Grayscale: #7D7D7D. Windows color (decimal): -12537583 or 1159488. OLE color: 1159488.

HSL color Cylindrical-coordinate representation of color #40B111: hue angle of 102.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40B111 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB6417717-
CMYK0.6400.900.31
HSL102.38º82.47%38.04%-
HSV(B)102.38º90.4%69.41%-
XYZ17.9432.575.87-
YUV124.9767.0684.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 177 (69.53% from 255) = 68.60%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=24.81%
G=68.60%
B=6.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64177170.6400.900.31102.3882.4738.04
Hex40B1114005A1F665226
Octal1002612110001323714612246
Binary100000010110001100011000000010110101111111001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,177,17); }

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

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

 a { background-color: rgb(64,177,17); }

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

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

 span { border-color: rgb(64,177,17); }

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