#40B10C

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

Shades of Kelly Green #40B10C

Tints of Kelly Green #40B10C

Color information

#40B10C (or 0x40B10C) is unknown color: approx Kelly Green. HEX triplet: 40, B1 and 0C. RGB value is (64,177,12). Sum of RGB (Red+Green+Blue) = 64+177+12=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #40B10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B10C is #BF4EF3. Grayscale: #7C7C7C. Windows color (decimal): -12537588 or 831808. OLE color: 831808.

HSL color Cylindrical-coordinate representation of color #40B10C: hue angle of 101.09º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40B10C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB6417712-
CMYK0.6400.930.31
HSL101.09º87.3%37.06%-
HSV(B)101.09º93.22%69.41%-
XYZ17.932.565.69-
YUV124.464.5684.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 177 (69.53% from 255) = 69.96%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=25.30%
G=69.96%
B=4.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64177120.6400.930.31101.0987.337.06
Hex40B1C4005D1F655725
Octal1002611410001353714512745
Binary10000001011000111001000000010111011111111001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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