#44DE0B

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

Shades of Harlequin #44DE0B

Tints of Harlequin #44DE0B

Color information

#44DE0B (or 0x44DE0B) is unknown color: approx Harlequin. HEX triplet: 44, DE and 0B. RGB value is (68,222,11). Sum of RGB (Red+Green+Blue) = 68+222+11=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DE0B is #BB21F4. Grayscale: #989898. Windows color (decimal): -12263925 or 777796. OLE color: 777796.

HSL color Cylindrical-coordinate representation of color #44DE0B: hue angle of 103.79º 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 #44DE0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB6822211-
CMYK0.6900.950.13
HSL103.79º90.56%45.69%-
HSV(B)103.79º95.05%87.06%-
XYZ28.5753.59.14-
YUV151.948.4868.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 222 (87.11% from 255) = 73.75%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=22.59%
G=73.75%
B=3.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68222110.6900.950.13103.7990.5645.69
Hex44DEB4505FD685b2e
Octal1043361310501371515013356
Binary1000100110111101011100010101011111110111010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44DE0B; }

 p { color: rgb(68,222,11); }

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

<style>
 a { background-color: #44DE0B; }

 a { background-color: rgb(68,222,11); }

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

<style>
 span { border-color: #44DE0B; }

 span { border-color: rgb(68,222,11); }

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