Html Css Color HEX #34F264 Malachite

📋 copy color: '#34F264'

red 52 ◦ green 242 ◦ blue 100

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

Shades of Malachite #34F264

Tints of Malachite #34F264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.42%

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

R = 13.2%
G = 61.42%
B = 25.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#34F264 (or 0x34F264) is known color: Malachite. HEX triplet: 34, F2 and 64. RGB value is (52,242,100). Sum of RGB (Red+Green+Blue) = 52+242+100=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #34F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F264 is #CB0D9B. Grayscale: #A9A9A9. Windows color (decimal): -13307292 or 6615604. OLE color: 6615604.

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

Color convert

RGB 52 242 100 -
CMYK 0.79 0 0.59 0.05
HSL 135.16º 0.88% 0.58% -
HSV(B) 135.16º 0.79% 0.95% -
XYZ 35.47 65.15 22.76 -
YUV 169 89.05 44.55 -
System Red Green Blue C M Y K H S L
Decimal 52 242 100 0.79 0 0.59 0.05 135.16 0.88 0.58
Hex 34 F2 64 4F 0 3B 5 87 58 3A
Octal 64 362 144 117 0 73 5 207 130 72
Binary 110100 11110010 1100100 1001111 0 111011 101 10000111 1011000 111010

Color Harmonies of #34F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F264

Black with #34F264

Text Example


Text Example

White with #34F264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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