Html Css Color HEX #34F013 Harlequin

📋 copy color: '#34F013'

red 52 ◦ green 240 ◦ blue 19

#34F013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #34F013

Tints of Harlequin #34F013

RGB

 RED value IS 52 (20.7% from 255) = 16.72%

 GREEN value IS 240 (94.14% from 255) = 77.17%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 16.72%
G = 77.17%
B = 6.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#34F013 (or 0x34F013) is known color: Harlequin. HEX triplet: 34, F0 and 13. RGB value is (52,240,19). Sum of RGB (Red+Green+Blue) = 52+240+19=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #34F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F013 is #CB0FEC. Grayscale: #9F9F9F. Windows color (decimal): -13307885 or 1306676. OLE color: 1306676.

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

Color convert

RGB 52 240 19 -
CMYK 0.78 0 0.92 0.06
HSL 111.04º 0.88% 0.51% -
HSV(B) 111.04º 0.92% 0.94% -
XYZ 32.69 63.1 11.07 -
YUV 158.59 49.22 51.97 -
System Red Green Blue C M Y K H S L
Decimal 52 240 19 0.78 0 0.92 0.06 111.04 0.88 0.51
Hex 34 F0 13 4E 0 5C 6 6F 58 33
Octal 64 360 23 116 0 134 6 157 130 63
Binary 110100 11110000 10011 1001110 0 1011100 110 1101111 1011000 110011

Color Harmonies of #34F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F013

Black with #34F013

Text Example


Text Example

White with #34F013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34F013;
 }
 .AnyTagClassName
 {
   color: #34F013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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