#34FF12

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

Shades of Harlequin #34FF12

Tints of Harlequin #34FF12

Color information

#34FF12 (or 0x34FF12) is unknown color: approx Harlequin. HEX triplet: 34, FF and 12. RGB value is (52,255,18). Sum of RGB (Red+Green+Blue) = 52+255+18=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FF12 is #CB00ED. Grayscale: #A8A8A8. Windows color (decimal): -13304046 or 1244980. OLE color: 1244980.

HSL color Cylindrical-coordinate representation of color #34FF12: hue angle of 111.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34FF12 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB5225518-
CMYK0.8000.930
HSL111.39º100%53.53%-
HSV(B)111.39º92.94%100%-
XYZ37.2972.2912.56-
YUV167.2843.7545.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 255 (100% from 255) = 78.46%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=16%
G=78.46%
B=5.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52255180.8000.930111.3910053.53
Hex34FF125005D06f6436
Octal64377221200135015714466
Binary1101001111111110010101000001011101011011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,255,18); }

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

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

 a { background-color: rgb(52,255,18); }

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

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

 span { border-color: rgb(52,255,18); }

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