#34ED0C

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

Shades of Harlequin #34ED0C

Tints of Harlequin #34ED0C

Color information

#34ED0C (or 0x34ED0C) is unknown color: approx Harlequin. HEX triplet: 34, ED and 0C. RGB value is (52,237,12). Sum of RGB (Red+Green+Blue) = 52+237+12=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 237 (92.97% from 255 or 78.74% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34ED0C is #CB12F3. Grayscale: #9C9C9C. Windows color (decimal): -13308660 or 847156. OLE color: 847156.

HSL color Cylindrical-coordinate representation of color #34ED0C: hue angle of 109.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34ED0C is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB5223712-
CMYK0.7800.950.07
HSL109.33º90.36%48.82%-
HSV(B)109.33º94.94%92.94%-
XYZ31.7761.3210.51-
YUV156.0446.7153.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 237 (92.97% from 255) = 78.74%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=17.28%
G=78.74%
B=3.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52237120.7800.950.07109.3390.3648.82
Hex34EDC4E05F76d5a31
Octal64355141160137715513261
Binary11010011101101110010011100101111111111011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ED0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,237,12); }

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

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

 a { background-color: rgb(52,237,12); }

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

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

 span { border-color: rgb(52,237,12); }

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