#34E613

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

Shades of Harlequin #34E613

Tints of Harlequin #34E613

Color information

#34E613 (or 0x34E613) is unknown color: approx Harlequin. HEX triplet: 34, E6 and 13. RGB value is (52,230,19). Sum of RGB (Red+Green+Blue) = 52+230+19=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 230 (90.23% from 255 or 76.41% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 230 - color contains mainly: green. Hex color #34E613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34E613 is #CB19EC. Grayscale: #999999. Windows color (decimal): -13310445 or 1304116. OLE color: 1304116.

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

Color convert

RGB5223019-
CMYK0.7700.920.10
HSL110.62º84.74%48.82%-
HSV(B)110.62º91.74%90.2%-
XYZ29.8357.3710.12-
YUV152.7252.5356.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 230 (90.23% from 255) = 76.41%
BLUE value IS 19 (7.81% from 255) = 6.31%
R=17.28%
G=76.41%
B=6.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52230190.7700.920.10110.6284.7448.82
Hex34E6134D05CA6f5531
Octal643462311501341215712561
Binary1101001110011010011100110101011100101011011111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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