Html Css Color HEX #21E355 Malachite

📋 copy color: '#21E355'

red 33 ◦ green 227 ◦ blue 85

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

Shades of Malachite #21E355

Tints of Malachite #21E355

RGB

 RED value IS 33 (13.28% from 255) = 9.57%

 GREEN value IS 227 (89.06% from 255) = 65.8%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 9.57%
G = 65.8%
B = 24.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#21E355 (or 0x21E355) is known color: Malachite. HEX triplet: 21, E3 and 55. RGB value is (33,227,85). Sum of RGB (Red+Green+Blue) = 33+227+85=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #21E355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E355 is #DE1CAA. Grayscale: #999999. Windows color (decimal): -14556331 or 5628705. OLE color: 5628705.

HSL color Cylindrical-coordinate representation of color #21E355: hue angle of 136.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E355 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 227 85 -
CMYK 0.85 0 0.63 0.11
HSL 136.08º 0.78% 0.51% -
HSV(B) 136.08º 0.85% 0.89% -
XYZ 29.74 55.92 17.82 -
YUV 152.81 89.73 42.55 -
System Red Green Blue C M Y K H S L
Decimal 33 227 85 0.85 0 0.63 0.11 136.08 0.78 0.51
Hex 21 E3 55 55 0 3F B 88 4E 33
Octal 41 343 125 125 0 77 13 210 116 63
Binary 100001 11100011 1010101 1010101 0 111111 1011 10001000 1001110 110011

Color Harmonies of #21E355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E355

Black with #21E355

Text Example


Text Example

White with #21E355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21E355; }

 p { color: rgb(33,227,85); }

 H1.HeaderClassName
 {
   color: #21E355;
 }
 .AnyTagClassName
 {
   color: #21E355;
 }
</style>

background-color css

<style>
 a { background-color: #21E355; }

 a { background-color: rgb(33,227,85); }

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

border-color css

<style>
 span { border-color: #21E355; }

 span { border-color: rgb(33,227,85); }

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