Html Css Color HEX #35E45E Malachite

📋 copy color: '#35E45E'

red 53 ◦ green 228 ◦ blue 94

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

Shades of Malachite #35E45E

Tints of Malachite #35E45E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.8%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 14.13%
G = 60.8%
B = 25.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#35E45E (or 0x35E45E) is known color: Malachite. HEX triplet: 35, E4 and 5E. RGB value is (53,228,94). Sum of RGB (Red+Green+Blue) = 53+228+94=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #35E45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E45E is #CA1BA1. Grayscale: #A0A0A0. Windows color (decimal): -13245346 or 6218805. OLE color: 6218805.

HSL color Cylindrical-coordinate representation of color #35E45E: hue angle of 134.06º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E45E is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 228 94 -
CMYK 0.77 0 0.59 0.11
HSL 134.06º 0.76% 0.55% -
HSV(B) 134.06º 0.77% 0.89% -
XYZ 31.23 57.05 19.96 -
YUV 160.4 90.52 51.4 -
System Red Green Blue C M Y K H S L
Decimal 53 228 94 0.77 0 0.59 0.11 134.06 0.76 0.55
Hex 35 E4 5E 4D 0 3B B 86 4C 37
Octal 65 344 136 115 0 73 13 206 114 67
Binary 110101 11100100 1011110 1001101 0 111011 1011 10000110 1001100 110111

Color Harmonies of #35E45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E45E

Black with #35E45E

Text Example


Text Example

White with #35E45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,228,94); }

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

background-color css

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

 a { background-color: rgb(53,228,94); }

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

border-color css

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

 span { border-color: rgb(53,228,94); }

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