#34F60F

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

Shades of Harlequin #34F60F

Tints of Harlequin #34F60F

Color information

#34F60F (or 0x34F60F) is unknown color: approx Harlequin. HEX triplet: 34, F6 and 0F. RGB value is (52,246,15). Sum of RGB (Red+Green+Blue) = 52+246+15=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 246 (96.48% from 255 or 78.59% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 246 - color contains mainly: green. Hex color #34F60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F60F is #CB09F0. Grayscale: #A2A2A2. Windows color (decimal): -13306353 or 1046068. OLE color: 1046068.

HSL color Cylindrical-coordinate representation of color #34F60F: hue angle of 110.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34F60F is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB5224615-
CMYK0.7900.940.04
HSL110.39º92.77%51.18%-
HSV(B)110.39º93.9%96.47%-
XYZ34.4666.6811.51-
YUV161.6645.2349.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 246 (96.48% from 255) = 78.59%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=16.61%
G=78.59%
B=4.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52246150.7900.940.04110.3992.7751.18
Hex34F6F4F05E46e5d33
Octal64366171170136415613563
Binary11010011110110111110011110101111010011011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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