#34F261

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

Shades of Malachite #34F261

Tints of Malachite #34F261

Color information

#34F261 (or 0x34F261) is unknown color: approx Malachite. HEX triplet: 34, F2 and 61. RGB value is (52,242,97). Sum of RGB (Red+Green+Blue) = 52+242+97=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #34F261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F261 is #CB0D9E. Grayscale: #A9A9A9. Windows color (decimal): -13307295 or 6418996. OLE color: 6418996.

HSL color Cylindrical-coordinate representation of color #34F261: hue angle of 134.21º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F261 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB5224297-
CMYK0.7900.600.05
HSL134.21º87.96%57.65%-
HSV(B)134.21º78.51%94.9%-
XYZ35.3365.122.01-
YUV168.6687.5544.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 242 (94.92% from 255) = 61.89%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=13.30%
G=61.89%
B=24.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52242970.7900.600.05134.2187.9657.65
Hex34F2614F03C586583a
Octal64362141117074520613072
Binary11010011110010110000110011110111100101100001101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,242,97); }

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

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

 a { background-color: rgb(52,242,97); }

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

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

 span { border-color: rgb(52,242,97); }

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