#35DB58

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

Shades of Malachite #35DB58

Tints of Malachite #35DB58

Color information

#35DB58 (or 0x35DB58) is unknown color: approx Malachite. HEX triplet: 35, DB and 58. RGB value is (53,219,88). Sum of RGB (Red+Green+Blue) = 53+219+88=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DB58 is #CA24A7. Grayscale: #9A9A9A. Windows color (decimal): -13247656 or 5823285. OLE color: 5823285.

HSL color Cylindrical-coordinate representation of color #35DB58: hue angle of 132.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB58 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB5321988-
CMYK0.7600.600.14
HSL132.65º69.75%53.33%-
HSV(B)132.65º75.8%85.88%-
XYZ28.5652.1217.79-
YUV154.4390.555.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 219 (85.94% from 255) = 60.83%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=14.72%
G=60.83%
B=24.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53219880.7600.600.14132.6569.7553.33
Hex35DB584C03CE854635
Octal653331301140741620510665
Binary110101110110111011000100110001111001110100001011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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