#38DE11

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

Shades of Harlequin #38DE11

Tints of Harlequin #38DE11

Color information

#38DE11 (or 0x38DE11) is unknown color: approx Harlequin. HEX triplet: 38, DE and 11. RGB value is (56,222,17). Sum of RGB (Red+Green+Blue) = 56+222+17=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #38DE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DE11 is #C721EE. Grayscale: #959595. Windows color (decimal): -13050351 or 1171000. OLE color: 1171000.

HSL color Cylindrical-coordinate representation of color #38DE11: hue angle of 108.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38DE11 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB5622217-
CMYK0.7500.920.13
HSL108.59º85.77%46.86%-
HSV(B)108.59º92.34%87.06%-
XYZ27.8553.129.32-
YUV14953.561.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 222 (87.11% from 255) = 75.25%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=18.98%
G=75.25%
B=5.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56222170.7500.920.13108.5985.7746.86
Hex38DE114B05CD6d562f
Octal703362111301341515512657
Binary1110001101111010001100101101011100110111011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38DE11; }

 p { color: rgb(56,222,17); }

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

<style>
 a { background-color: #38DE11; }

 a { background-color: rgb(56,222,17); }

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

<style>
 span { border-color: #38DE11; }

 span { border-color: rgb(56,222,17); }

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