#40B614

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

Shades of Kelly Green #40B614

Tints of Kelly Green #40B614

Color information

#40B614 (or 0x40B614) is unknown color: approx Kelly Green. HEX triplet: 40, B6 and 14. RGB value is (64,182,20). Sum of RGB (Red+Green+Blue) = 64+182+20=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #40B614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B614 is #BF49EB. Grayscale: #808080. Windows color (decimal): -12536300 or 1357376. OLE color: 1357376.

HSL color Cylindrical-coordinate representation of color #40B614: hue angle of 103.7º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40B614 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB6418220-
CMYK0.6500.890.29
HSL103.7º80.2%39.61%-
HSV(B)103.7º89.01%71.37%-
XYZ18.9734.66.34-
YUV128.2566.9182.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 182 (71.48% from 255) = 68.42%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=24.06%
G=68.42%
B=7.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182200.6500.890.29103.780.239.61
Hex40B614410591D685028
Octal1002662410101313515012050
Binary100000010110110101001000001010110011110111010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,182,20); }

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

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

 a { background-color: rgb(64,182,20); }

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

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

 span { border-color: rgb(64,182,20); }

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