#38DD10

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

Shades of Harlequin #38DD10

Tints of Harlequin #38DD10

Color information

#38DD10 (or 0x38DD10) is unknown color: approx Harlequin. HEX triplet: 38, DD and 10. RGB value is (56,221,16). Sum of RGB (Red+Green+Blue) = 56+221+16=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DD10 is #C722EF. Grayscale: #949494. Windows color (decimal): -13050608 or 1105208. OLE color: 1105208.

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

Color convert

RGB5622116-
CMYK0.7500.930.13
HSL108.29º86.5%46.47%-
HSV(B)108.29º92.76%86.67%-
XYZ27.5852.599.19-
YUV148.353.3462.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 221 (86.72% from 255) = 75.43%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=19.11%
G=75.43%
B=5.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56221160.7500.930.13108.2986.546.47
Hex38DD104B05DD6c562e
Octal703352011301351515412656
Binary1110001101110110000100101101011101110111011001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,221,16); }

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

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

 a { background-color: rgb(56,221,16); }

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

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

 span { border-color: rgb(56,221,16); }

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