#34F912

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

Shades of Harlequin #34F912

Tints of Harlequin #34F912

Color information

#34F912 (or 0x34F912) is unknown color: approx Harlequin. HEX triplet: 34, F9 and 12. RGB value is (52,249,18). Sum of RGB (Red+Green+Blue) = 52+249+18=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #34F912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F912 is #CB06ED. Grayscale: #A4A4A4. Windows color (decimal): -13305582 or 1243444. OLE color: 1243444.

HSL color Cylindrical-coordinate representation of color #34F912: hue angle of 111.17º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34F912 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB5224918-
CMYK0.7900.930.02
HSL111.17º95.06%52.35%-
HSV(B)111.17º92.77%97.65%-
XYZ35.468.5311.93-
YUV163.7645.7348.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 249 (97.66% from 255) = 78.06%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=16.30%
G=78.06%
B=5.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52249180.7900.930.02111.1795.0652.35
Hex34F9124F05D26f5f34
Octal64371221170135215713764
Binary11010011111001100101001111010111011011011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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