Html Css Color HEX #35E85B Malachite

📋 copy color: '#35E85B'

red 53 ◦ green 232 ◦ blue 91

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

Shades of Malachite #35E85B

Tints of Malachite #35E85B

RGB

 RED value IS 53 (21.09% from 255) = 14.1%

 GREEN value IS 232 (91.02% from 255) = 61.7%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 14.1%
G = 61.7%
B = 24.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#35E85B (or 0x35E85B) is known color: Malachite. HEX triplet: 35, E8 and 5B. RGB value is (53,232,91). Sum of RGB (Red+Green+Blue) = 53+232+91=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 232 (91.02% from 255 or 61.70% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 232 - color contains mainly: green. Hex color #35E85B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E85B is #CA17A4. Grayscale: #A2A2A2. Windows color (decimal): -13244325 or 6023221. OLE color: 6023221.

HSL color Cylindrical-coordinate representation of color #35E85B: hue angle of 132.74º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E85B is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 232 91 -
CMYK 0.77 0 0.61 0.09
HSL 132.74º 0.8% 0.56% -
HSV(B) 132.74º 0.77% 0.91% -
XYZ 32.21 59.23 19.63 -
YUV 162.41 87.7 49.96 -
System Red Green Blue C M Y K H S L
Decimal 53 232 91 0.77 0 0.61 0.09 132.74 0.8 0.56
Hex 35 E8 5B 4D 0 3D 9 85 50 38
Octal 65 350 133 115 0 75 11 205 120 70
Binary 110101 11101000 1011011 1001101 0 111101 1001 10000101 1010000 111000

Color Harmonies of #35E85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E85B

Black with #35E85B

Text Example


Text Example

White with #35E85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35E85B; }

 p { color: rgb(53,232,91); }

 H1.HeaderClassName
 {
   color: #35E85B;
 }
 .AnyTagClassName
 {
   color: #35E85B;
 }
</style>

background-color css

<style>
 a { background-color: #35E85B; }

 a { background-color: rgb(53,232,91); }

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

border-color css

<style>
 span { border-color: #35E85B; }

 span { border-color: rgb(53,232,91); }

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