#34dd0f

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

Shades of Harlequin #34DD0F

Tints of Harlequin #34DD0F

Color information

#34DD0F (or 0x34DD0F) is unknown color: approx Harlequin. HEX triplet: 34, DD and 0F. RGB value is (52,221,15). Sum of RGB (Red+Green+Blue) = 52+221+15=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DD0F is #CB22F0. Grayscale: #939393. Windows color (decimal): -13312753 or 1039668. OLE color: 1039668.

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

Color convert

RGB5222115-
CMYK0.7600.930.13
HSL109.22º87.29%46.27%-
HSV(B)109.22º93.21%86.67%-
XYZ27.3652.489.14-
YUV146.9953.5160.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 221 (86.72% from 255) = 76.74%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=18.06%
G=76.74%
B=5.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221150.7600.930.13109.2287.2946.27
Hex34DDF4C05DD6d572e
Octal643351711401351515512756
Binary110100110111011111100110001011101110111011011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34dd0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34dd0f; }

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

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

<style>
 a { background-color: #34dd0f; }

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

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

<style>
 span { border-color: #34dd0f; }

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

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