Html Css Color HEX #34F764 Malachite

📋 copy color: '#34F764'

red 52 ◦ green 247 ◦ blue 100

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

Shades of Malachite #34F764

Tints of Malachite #34F764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.9%

 BLUE value IS 100 (39.45% from 255) = 25.06%

R = 13.03%
G = 61.9%
B = 25.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#34F764 (or 0x34F764) is known color: Malachite. HEX triplet: 34, F7 and 64. RGB value is (52,247,100). Sum of RGB (Red+Green+Blue) = 52+247+100=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #34F764 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F764 is #CB089B. Grayscale: #ACACAC. Windows color (decimal): -13306012 or 6616884. OLE color: 6616884.

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

Color convert

RGB 52 247 100 -
CMYK 0.79 0 0.60 0.03
HSL 134.77º 0.92% 0.59% -
HSV(B) 134.77º 0.79% 0.97% -
XYZ 36.98 68.17 23.27 -
YUV 171.94 87.4 42.45 -
System Red Green Blue C M Y K H S L
Decimal 52 247 100 0.79 0 0.60 0.03 134.77 0.92 0.59
Hex 34 F7 64 4F 0 3C 3 87 5C 3B
Octal 64 367 144 117 0 74 3 207 134 73
Binary 110100 11110111 1100100 1001111 0 111100 11 10000111 1011100 111011

Color Harmonies of #34F764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F764

Black with #34F764

Text Example


Text Example

White with #34F764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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