#40BA2A

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

Shades of Kelly Green #40BA2A

Tints of Kelly Green #40BA2A

Color information

#40BA2A (or 0x40BA2A) is unknown color: approx Kelly Green. HEX triplet: 40, BA and 2A. RGB value is (64,186,42). Sum of RGB (Red+Green+Blue) = 64+186+42=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA2A is #BF45D5. Grayscale: #858585. Windows color (decimal): -12535254 or 2800192. OLE color: 2800192.

HSL color Cylindrical-coordinate representation of color #40BA2A: hue angle of 110.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40BA2A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB6418642-
CMYK0.6600.770.27
HSL110.83º63.16%44.71%-
HSV(B)110.83º77.42%72.94%-
XYZ20.0936.378.15-
YUV133.1176.5878.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=21.92%
G=63.70%
B=14.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64186420.6600.770.27110.8363.1644.71
Hex40BA2A4204D1B6f3f2d
Octal100272521020115331577755
Binary100000010111010101010100001001001101110111101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,186,42); }

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

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

 a { background-color: rgb(64,186,42); }

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

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

 span { border-color: rgb(64,186,42); }

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