#40df0b

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

Shades of Harlequin #40DF0B

Tints of Harlequin #40DF0B

Color information

#40DF0B (or 0x40DF0B) is unknown color: approx Harlequin. HEX triplet: 40, DF and 0B. RGB value is (64,223,11). Sum of RGB (Red+Green+Blue) = 64+223+11=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DF0B is #BF20F4. Grayscale: #979797. Windows color (decimal): -12525813 or 778048. OLE color: 778048.

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

Color convert

RGB6422311-
CMYK0.7100.950.13
HSL105º90.6%45.88%-
HSV(B)105º95.07%87.45%-
XYZ28.5653.899.21-
YUV151.2948.8265.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 223 (87.5% from 255) = 74.83%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=21.48%
G=74.83%
B=3.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64223110.7100.950.1310590.645.88
Hex40DFB4705FD695b2e
Octal1003371310701371515113356
Binary1000000110111111011100011101011111110111010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40df0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,223,11); }

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

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

 a { background-color: rgb(64,223,11); }

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

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

 span { border-color: rgb(64,223,11); }

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