#40C21E

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

Shades of Kelly Green #40C21E

Tints of Kelly Green #40C21E

Color information

#40C21E (or 0x40C21E) is unknown color: approx Kelly Green. HEX triplet: 40, C2 and 1E. RGB value is (64,194,30). Sum of RGB (Red+Green+Blue) = 64+194+30=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #40C21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C21E is #BF3DE1. Grayscale: #888888. Windows color (decimal): -12533218 or 2015808. OLE color: 2015808.

HSL color Cylindrical-coordinate representation of color #40C21E: hue angle of 107.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40C21E is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB6419430-
CMYK0.6700.850.24
HSL107.56º73.21%43.92%-
HSV(B)107.56º84.54%76.08%-
XYZ21.6439.777.76-
YUV136.4367.9376.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 194 (76.17% from 255) = 67.36%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=22.22%
G=67.36%
B=10.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64194300.6700.850.24107.5673.2143.92
Hex40C21E43055186c492c
Octal1003023610301253015411154
Binary100000011000010111101000011010101011100011011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,194,30); }

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

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

 a { background-color: rgb(64,194,30); }

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

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

 span { border-color: rgb(64,194,30); }

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