#34F165

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

Shades of Malachite #34F165

Tints of Malachite #34F165

Color information

#34F165 (or 0x34F165) is unknown color: approx Malachite. HEX triplet: 34, F1 and 65. RGB value is (52,241,101). Sum of RGB (Red+Green+Blue) = 52+241+101=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #34F165 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F165 is #CB0E9A. Grayscale: #A8A8A8. Windows color (decimal): -13307547 or 6680884. OLE color: 6680884.

HSL color Cylindrical-coordinate representation of color #34F165: hue angle of 135.56º 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 #34F165 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB52241101-
CMYK0.7800.580.05
HSL135.56º87.1%57.45%-
HSV(B)135.56º78.42%94.51%-
XYZ35.2264.5822.92-
YUV168.5389.8844.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.20%
GREEN value IS 241 (94.53% from 255) = 61.17%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=13.20%
G=61.17%
B=25.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522411010.7800.580.05135.5687.157.45
Hex34F1654E03A5885739
Octal64361145116072521012771
Binary11010011110001110010110011100111010101100010001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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