#40C813

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

Shades of Kelly Green #40C813

Tints of Kelly Green #40C813

Color information

#40C813 (or 0x40C813) is unknown color: approx Kelly Green. HEX triplet: 40, C8 and 13. RGB value is (64,200,19). Sum of RGB (Red+Green+Blue) = 64+200+19=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #40C813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C813 is #BF37EC. Grayscale: #8B8B8B. Windows color (decimal): -12531693 or 1296448. OLE color: 1296448.

HSL color Cylindrical-coordinate representation of color #40C813: hue angle of 105.08º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40C813 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB6420019-
CMYK0.6800.900.22
HSL105.08º82.65%42.94%-
HSV(B)105.08º90.5%78.43%-
XYZ22.8942.457.6-
YUV138.760.4474.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 200 (78.52% from 255) = 70.67%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=22.61%
G=70.67%
B=6.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64200190.6800.900.22105.0882.6542.94
Hex40C8134405A1669532b
Octal1003102310401322615112353
Binary100000011001000100111000100010110101011011010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,200,19); }

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

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

 a { background-color: rgb(64,200,19); }

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

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

 span { border-color: rgb(64,200,19); }

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