Html Css Color HEX #35DD58 Malachite

📋 copy color: '#35DD58'

red 53 ◦ green 221 ◦ blue 88

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

Shades of Malachite #35DD58

Tints of Malachite #35DD58

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.05%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 14.64%
G = 61.05%
B = 24.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#35DD58 (or 0x35DD58) is known color: Malachite. HEX triplet: 35, DD and 58. RGB value is (53,221,88). Sum of RGB (Red+Green+Blue) = 53+221+88=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD58 is #CA22A7. Grayscale: #9B9B9B. Windows color (decimal): -13247144 or 5823797. OLE color: 5823797.

HSL color Cylindrical-coordinate representation of color #35DD58: hue angle of 132.5º degrees, saturation: 0.71, 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 #35DD58 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 88 -
CMYK 0.76 0 0.60 0.13
HSL 132.5º 0.71% 0.54% -
HSV(B) 132.5º 0.76% 0.87% -
XYZ 29.09 53.17 17.96 -
YUV 155.61 89.84 54.81 -
System Red Green Blue C M Y K H S L
Decimal 53 221 88 0.76 0 0.60 0.13 132.5 0.71 0.54
Hex 35 DD 58 4C 0 3C D 84 47 36
Octal 65 335 130 114 0 74 15 204 107 66
Binary 110101 11011101 1011000 1001100 0 111100 1101 10000100 1000111 110110

Color Harmonies of #35DD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DD58

Black with #35DD58

Text Example


Text Example

White with #35DD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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