#40DE0D

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

Shades of Harlequin #40DE0D

Tints of Harlequin #40DE0D

Color information

#40DE0D (or 0x40DE0D) is unknown color: approx Harlequin. HEX triplet: 40, DE and 0D. RGB value is (64,222,13). Sum of RGB (Red+Green+Blue) = 64+222+13=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DE0D is #BF21F2. Grayscale: #979797. Windows color (decimal): -12526067 or 908864. OLE color: 908864.

HSL color Cylindrical-coordinate representation of color #40DE0D: hue angle of 105.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40DE0D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB6422213-
CMYK0.7100.940.13
HSL105.36º88.94%46.08%-
HSV(B)105.36º94.14%87.06%-
XYZ28.3153.369.19-
YUV150.9350.1565.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 222 (87.11% from 255) = 74.25%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=21.40%
G=74.25%
B=4.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64222130.7100.940.13105.3688.9446.08
Hex40DED4705ED69592e
Octal1003361510701361515113156
Binary1000000110111101101100011101011110110111010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,222,13); }

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

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

 a { background-color: rgb(64,222,13); }

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

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

 span { border-color: rgb(64,222,13); }

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