#40CC1D

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

Shades of Kelly Green #40CC1D

Tints of Kelly Green #40CC1D

Color information

#40CC1D (or 0x40CC1D) is unknown color: approx Kelly Green. HEX triplet: 40, CC and 1D. RGB value is (64,204,29). Sum of RGB (Red+Green+Blue) = 64+204+29=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC1D is #BF33E2. Grayscale: #8E8E8E. Windows color (decimal): -12530659 or 1952832. OLE color: 1952832.

HSL color Cylindrical-coordinate representation of color #40CC1D: hue angle of 108º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40CC1D is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB6420429-
CMYK0.6900.860.2
HSL108º75.11%45.69%-
HSV(B)108º85.78%80%-
XYZ23.9344.368.46-
YUV142.1964.1272.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 204 (80.08% from 255) = 68.69%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=21.55%
G=68.69%
B=9.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64204290.6900.860.210875.1145.69
Hex40CC1D45056146c4b2e
Octal1003143510501262415411356
Binary100000011001100111011000101010101101010011011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,29); }

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

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

 a { background-color: rgb(64,204,29); }

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

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

 span { border-color: rgb(64,204,29); }

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