#34ef05

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

Shades of Harlequin #34EF05

Tints of Harlequin #34EF05

Color information

#34EF05 (or 0x34EF05) is unknown color: approx Harlequin. HEX triplet: 34, EF and 05. RGB value is (52,239,5). Sum of RGB (Red+Green+Blue) = 52+239+5=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 239 (93.75% from 255 or 80.74% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 239 - color contains mainly: green. Hex color #34EF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34EF05 is #CB10FA. Grayscale: #9D9D9D. Windows color (decimal): -13308155 or 388916. OLE color: 388916.

HSL color Cylindrical-coordinate representation of color #34EF05: hue angle of 107.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34EF05 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB522395-
CMYK0.7800.980.06
HSL107.95º95.9%47.84%-
HSV(B)107.95º97.91%93.73%-
XYZ32.3162.4710.5-
YUV156.4142.5553.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 239 (93.75% from 255) = 80.74%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=17.57%
G=80.74%
B=1.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5223950.7800.980.06107.9595.947.84
Hex34EF54E06266c6030
Octal6435751160142615414060
Binary1101001110111110110011100110001011011011001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ef05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,239,5); }

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

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

 a { background-color: rgb(52,239,5); }

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

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

 span { border-color: rgb(52,239,5); }

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