Html Css Color HEX #34F720 Harlequin

📋 copy color: '#34F720'

red 52 ◦ green 247 ◦ blue 32

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

Shades of Harlequin #34F720

Tints of Harlequin #34F720

RGB

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

 GREEN value IS 247 (96.88% from 255) = 74.62%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 15.71%
G = 74.62%
B = 9.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#34F720 (or 0x34F720) is known color: Harlequin. HEX triplet: 34, F7 and 20. RGB value is (52,247,32). Sum of RGB (Red+Green+Blue) = 52+247+32=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 247 (96.88% from 255 or 74.62% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 247 - color contains mainly: green. Hex color #34F720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F720 is #CB08DF. Grayscale: #A4A4A4. Windows color (decimal): -13306080 or 2160436. OLE color: 2160436.

HSL color Cylindrical-coordinate representation of color #34F720: hue angle of 114.42º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34F720 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 247 32 -
CMYK 0.79 0 0.87 0.03
HSL 114.42º 0.93% 0.55% -
HSV(B) 114.42º 0.87% 0.97% -
XYZ 34.94 67.36 12.53 -
YUV 164.19 53.4 47.98 -
System Red Green Blue C M Y K H S L
Decimal 52 247 32 0.79 0 0.87 0.03 114.42 0.93 0.55
Hex 34 F7 20 4F 0 57 3 72 5D 37
Octal 64 367 40 117 0 127 3 162 135 67
Binary 110100 11110111 100000 1001111 0 1010111 11 1110010 1011101 110111

Color Harmonies of #34F720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F720

Black with #34F720

Text Example


Text Example

White with #34F720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,247,32); }

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

background-color css

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

 a { background-color: rgb(52,247,32); }

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

border-color css

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

 span { border-color: rgb(52,247,32); }

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