#40BE20

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

Shades of Kelly Green #40BE20

Tints of Kelly Green #40BE20

Color information

#40BE20 (or 0x40BE20) is unknown color: approx Kelly Green. HEX triplet: 40, BE and 20. RGB value is (64,190,32). Sum of RGB (Red+Green+Blue) = 64+190+32=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE20 is #BF41DF. Grayscale: #868686. Windows color (decimal): -12534240 or 2145856. OLE color: 2145856.

HSL color Cylindrical-coordinate representation of color #40BE20: hue angle of 107.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40BE20 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB6419032-
CMYK0.6600.830.25
HSL107.85º71.17%43.53%-
HSV(B)107.85º83.16%74.51%-
XYZ20.7938.027.61-
YUV134.3170.2677.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 190 (74.61% from 255) = 66.43%
BLUE value IS 32 (12.89% from 255) = 11.19%
R=22.38%
G=66.43%
B=11.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64190320.6600.830.25107.8571.1743.53
Hex40BE2042053196c472c
Octal1002764010201233115410754
Binary1000000101111101000001000010010100111100111011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,32); }

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

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

 a { background-color: rgb(64,190,32); }

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

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

 span { border-color: rgb(64,190,32); }

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