#34FA15

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

Shades of Harlequin #34FA15

Tints of Harlequin #34FA15

Color information

#34FA15 (or 0x34FA15) is unknown color: approx Harlequin. HEX triplet: 34, FA and 15. RGB value is (52,250,21). Sum of RGB (Red+Green+Blue) = 52+250+21=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FA15 is #CB05EA. Grayscale: #A5A5A5. Windows color (decimal): -13305323 or 1440308. OLE color: 1440308.

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

Color convert

RGB5225021-
CMYK0.7900.920.02
HSL111.88º95.82%53.14%-
HSV(B)111.88º91.6%98.04%-
XYZ35.7469.1612.17-
YUV164.6946.947.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 250 (98.05% from 255) = 77.40%
BLUE value IS 21 (8.59% from 255) = 6.50%
R=16.10%
G=77.40%
B=6.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52250210.7900.920.02111.8895.8253.14
Hex34FA154F05C2706035
Octal64372251170134216014065
Binary11010011111010101011001111010111001011100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,250,21); }

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

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

 a { background-color: rgb(52,250,21); }

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

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

 span { border-color: rgb(52,250,21); }

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