#34F714

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

Shades of Harlequin #34F714

Tints of Harlequin #34F714

Color information

#34F714 (or 0x34F714) is unknown color: approx Harlequin. HEX triplet: 34, F7 and 14. RGB value is (52,247,20). Sum of RGB (Red+Green+Blue) = 52+247+20=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #34F714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F714 is #CB08EB. Grayscale: #A3A3A3. Windows color (decimal): -13306092 or 1374004. OLE color: 1374004.

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

Color convert

RGB5224720-
CMYK0.7900.920.03
HSL111.54º93.42%52.35%-
HSV(B)111.54º91.9%96.86%-
XYZ34.867.311.82-
YUV162.8247.448.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 247 (96.88% from 255) = 77.43%
BLUE value IS 20 (8.20% from 255) = 6.27%
R=16.30%
G=77.43%
B=6.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52247200.7900.920.03111.5493.4252.35
Hex34F7144F05C3705d34
Octal64367241170134316013564
Binary11010011110111101001001111010111001111100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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