#37DD0F

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

Shades of Harlequin #37DD0F

Tints of Harlequin #37DD0F

Color information

#37DD0F (or 0x37DD0F) is unknown color: approx Harlequin. HEX triplet: 37, DD and 0F. RGB value is (55,221,15). Sum of RGB (Red+Green+Blue) = 55+221+15=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DD0F is #C822F0. Grayscale: #949494. Windows color (decimal): -13116145 or 1039671. OLE color: 1039671.

HSL color Cylindrical-coordinate representation of color #37DD0F: hue angle of 108.35º degrees, saturation: 0.87, 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 #37DD0F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB5522115-
CMYK0.7500.930.13
HSL108.35º87.29%46.27%-
HSV(B)108.35º93.21%86.67%-
XYZ27.5252.569.15-
YUV147.885361.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 221 (86.72% from 255) = 75.95%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=18.90%
G=75.95%
B=5.15%

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
Decimal55221150.7500.930.13108.3587.2946.27
Hex37DDF4B05DD6c572e
Octal673351711301351515412756
Binary110111110111011111100101101011101110111011001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37DD0F; }

 p { color: rgb(55,221,15); }

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

<style>
 a { background-color: #37DD0F; }

 a { background-color: rgb(55,221,15); }

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

<style>
 span { border-color: #37DD0F; }

 span { border-color: rgb(55,221,15); }

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