Html Css Color HEX #34F155 Malachite

📋 copy color: '#34F155'

red 52 ◦ green 241 ◦ blue 85

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

Shades of Malachite #34F155

Tints of Malachite #34F155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.76%

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 13.76%
G = 63.76%
B = 22.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#34F155 (or 0x34F155) is known color: Malachite. HEX triplet: 34, F1 and 55. RGB value is (52,241,85). Sum of RGB (Red+Green+Blue) = 52+241+85=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #34F155 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F155 is #CB0EAA. Grayscale: #A7A7A7. Windows color (decimal): -13307563 or 5632308. OLE color: 5632308.

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

Color convert

RGB 52 241 85 -
CMYK 0.78 0 0.65 0.05
HSL 130.48º 0.87% 0.57% -
HSV(B) 130.48º 0.78% 0.95% -
XYZ 34.51 64.3 19.19 -
YUV 166.71 81.88 46.18 -
System Red Green Blue C M Y K H S L
Decimal 52 241 85 0.78 0 0.65 0.05 130.48 0.87 0.57
Hex 34 F1 55 4E 0 41 5 82 57 39
Octal 64 361 125 116 0 101 5 202 127 71
Binary 110100 11110001 1010101 1001110 0 1000001 101 10000010 1010111 111001

Color Harmonies of #34F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F155

Black with #34F155

Text Example


Text Example

White with #34F155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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