#34E615

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

Shades of Harlequin #34E615

Tints of Harlequin #34E615

Color information

#34E615 (or 0x34E615) is unknown color: approx Harlequin. HEX triplet: 34, E6 and 15. RGB value is (52,230,21). Sum of RGB (Red+Green+Blue) = 52+230+21=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 230 (90.23% from 255 or 75.91% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 230 - color contains mainly: green. Hex color #34E615 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34E615 is #CB19EA. Grayscale: #999999. Windows color (decimal): -13310443 or 1435188. OLE color: 1435188.

HSL color Cylindrical-coordinate representation of color #34E615: hue angle of 111.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34E615 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB5223021-
CMYK0.7700.910.10
HSL111.1º83.27%49.22%-
HSV(B)111.1º90.87%90.2%-
XYZ29.8557.3810.21-
YUV152.9553.5355.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 230 (90.23% from 255) = 75.91%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=17.16%
G=75.91%
B=6.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52230210.7700.910.10111.183.2749.22
Hex34E6154D05BA6f5331
Octal643462511501331215712361
Binary1101001110011010101100110101011011101011011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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