#34F164

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

Shades of Malachite #34F164

Tints of Malachite #34F164

Color information

#34F164 (or 0x34F164) is unknown color: approx Malachite. HEX triplet: 34, F1 and 64. RGB value is (52,241,100). Sum of RGB (Red+Green+Blue) = 52+241+100=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #34F164 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F164 is #CB0E9B. Grayscale: #A8A8A8. Windows color (decimal): -13307548 or 6615348. OLE color: 6615348.

HSL color Cylindrical-coordinate representation of color #34F164: hue angle of 135.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F164 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB52241100-
CMYK0.7800.590.05
HSL135.24º87.1%57.45%-
HSV(B)135.24º78.42%94.51%-
XYZ35.1764.5622.66-
YUV168.4289.3844.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 241 (94.53% from 255) = 61.32%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=13.23%
G=61.32%
B=25.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522411000.7800.590.05135.2487.157.45
Hex34F1644E03B5875739
Octal64361144116073520712771
Binary11010011110001110010010011100111011101100001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,241,100); }

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

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

 a { background-color: rgb(52,241,100); }

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

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

 span { border-color: rgb(52,241,100); }

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