#40C01F

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

Shades of Kelly Green #40C01F

Tints of Kelly Green #40C01F

Color information

#40C01F (or 0x40C01F) is unknown color: approx Kelly Green. HEX triplet: 40, C0 and 1F. RGB value is (64,192,31). Sum of RGB (Red+Green+Blue) = 64+192+31=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #40C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C01F is #BF3FE0. Grayscale: #878787. Windows color (decimal): -12533729 or 2080832. OLE color: 2080832.

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

Color convert

RGB6419231-
CMYK0.6700.840.25
HSL107.7º72.2%43.73%-
HSV(B)107.7º83.85%75.29%-
XYZ21.2138.897.68-
YUV135.3769.0977.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 192 (75.39% from 255) = 66.90%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=22.30%
G=66.90%
B=10.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64192310.6700.840.25107.772.243.73
Hex40C01F43054196c482c
Octal1003003710301243115411054
Binary100000011000000111111000011010101001100111011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,31); }

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

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

 a { background-color: rgb(64,192,31); }

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

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

 span { border-color: rgb(64,192,31); }

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