#40C900

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

Shades of Kelly Green #40C900

Tints of Kelly Green #40C900

Color information

#40C900 (or 0x40C900) is unknown color: approx Kelly Green. HEX triplet: 40, C9 and 00. RGB value is (64,201,0). Sum of RGB (Red+Green+Blue) = 64+201+0=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 201 (78.91% from 255 or 75.85% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 201 - color contains mainly: green. Hex color #40C900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C900 is #BF36FF. Grayscale: #898989. Windows color (decimal): -12531456 or 51520. OLE color: 51520.

HSL color Cylindrical-coordinate representation of color #40C900: hue angle of 100.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40C900 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB642010-
CMYK0.68010.21
HSL100.9º100%39.41%-
HSV(B)100.9º100%78.82%-
XYZ2342.867.06-
YUV137.1250.6175.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 201 (78.91% from 255) = 75.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.15%
G=75.85%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6420100.68010.21100.910039.41
Hex40C904406415656427
Octal100311010401442514514447
Binary10000001100100101000100011001001010111001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,0); }

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

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

 a { background-color: rgb(64,201,0); }

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

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

 span { border-color: rgb(64,201,0); }

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