Html Css Color HEX #34F061 Malachite

📋 copy color: '#34F061'

red 52 ◦ green 240 ◦ blue 97

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

Shades of Malachite #34F061

Tints of Malachite #34F061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.7%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 13.37%
G = 61.7%
B = 24.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#34F061 (or 0x34F061) is known color: Malachite. HEX triplet: 34, F0 and 61. RGB value is (52,240,97). Sum of RGB (Red+Green+Blue) = 52+240+97=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #34F061 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F061 is #CB0F9E. Grayscale: #A7A7A7. Windows color (decimal): -13307807 or 6418484. OLE color: 6418484.

HSL color Cylindrical-coordinate representation of color #34F061: hue angle of 134.36º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F061 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 97 -
CMYK 0.78 0 0.60 0.06
HSL 134.36º 0.86% 0.57% -
HSV(B) 134.36º 0.78% 0.94% -
XYZ 34.73 63.91 21.82 -
YUV 167.49 88.22 45.63 -
System Red Green Blue C M Y K H S L
Decimal 52 240 97 0.78 0 0.60 0.06 134.36 0.86 0.57
Hex 34 F0 61 4E 0 3C 6 86 56 39
Octal 64 360 141 116 0 74 6 206 126 71
Binary 110100 11110000 1100001 1001110 0 111100 110 10000110 1010110 111001

Color Harmonies of #34F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F061

Black with #34F061

Text Example


Text Example

White with #34F061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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