Html Css Color HEX #35E85D Malachite

📋 copy color: '#35E85D'

red 53 ◦ green 232 ◦ blue 93

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

Shades of Malachite #35E85D

Tints of Malachite #35E85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 14.02%
G = 61.38%
B = 24.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#35E85D (or 0x35E85D) is known color: Malachite. HEX triplet: 35, E8 and 5D. RGB value is (53,232,93). Sum of RGB (Red+Green+Blue) = 53+232+93=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 232 (91.02% from 255 or 61.38% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 232 - color contains mainly: green. Hex color #35E85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E85D is #CA17A2. Grayscale: #A3A3A3. Windows color (decimal): -13244323 or 6154293. OLE color: 6154293.

HSL color Cylindrical-coordinate representation of color #35E85D: hue angle of 133.41º 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 #35E85D is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 232 93 -
CMYK 0.77 0 0.60 0.09
HSL 133.41º 0.8% 0.56% -
HSV(B) 133.41º 0.77% 0.91% -
XYZ 32.3 59.26 20.09 -
YUV 162.63 88.7 49.8 -
System Red Green Blue C M Y K H S L
Decimal 53 232 93 0.77 0 0.60 0.09 133.41 0.8 0.56
Hex 35 E8 5D 4D 0 3C 9 85 50 38
Octal 65 350 135 115 0 74 11 205 120 70
Binary 110101 11101000 1011101 1001101 0 111100 1001 10000101 1010000 111000

Color Harmonies of #35E85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E85D

Black with #35E85D

Text Example


Text Example

White with #35E85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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