#35DF58

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

Shades of Malachite #35DF58

Tints of Malachite #35DF58

Color information

#35DF58 (or 0x35DF58) is unknown color: approx Malachite. HEX triplet: 35, DF and 58. RGB value is (53,223,88). Sum of RGB (Red+Green+Blue) = 53+223+88=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DF58 is #CA20A7. Grayscale: #9D9D9D. Windows color (decimal): -13246632 or 5824309. OLE color: 5824309.

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

Color convert

RGB5322388-
CMYK0.7600.610.13
HSL132.35º72.65%54.12%-
HSV(B)132.35º76.23%87.45%-
XYZ29.6254.2418.14-
YUV156.7889.1853.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 223 (87.5% from 255) = 61.26%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=14.56%
G=61.26%
B=24.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53223880.7600.610.13132.3572.6554.12
Hex35DF584C03DD844936
Octal653371301140751520411166
Binary110101110111111011000100110001111011101100001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,223,88); }

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

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

 a { background-color: rgb(53,223,88); }

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

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

 span { border-color: rgb(53,223,88); }

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