#35E05B

Color #35E05B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #35E05B

Tints of Malachite #35E05B

Color information

#35E05B (or 0x35E05B) is unknown color: approx Malachite. HEX triplet: 35, E0 and 5B. RGB value is (53,224,91). Sum of RGB (Red+Green+Blue) = 53+224+91=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #35E05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E05B is #CA1FA4. Grayscale: #9E9E9E. Windows color (decimal): -13246373 or 6021173. OLE color: 6021173.

HSL color Cylindrical-coordinate representation of color #35E05B: hue angle of 133.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E05B is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB5322491-
CMYK0.7600.590.12
HSL133.33º73.39%54.31%-
HSV(B)133.33º76.34%87.84%-
XYZ30.0154.8218.9-
YUV157.7190.3553.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 224 (87.89% from 255) = 60.87%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=14.40%
G=60.87%
B=24.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal53224910.7600.590.12133.3373.3954.31
Hex35E05B4C03BC854936
Octal653401331140731420511166
Binary110101111000001011011100110001110111100100001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35E05B;
 }
 .AnyTagClassName
 {
   color: #35E05B;
 }
</style>
background-color css

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

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

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

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

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

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