Html Css Color HEX #21E770 Malachite

📋 copy color: '#21E770'

red 33 ◦ green 231 ◦ blue 112

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

Shades of Malachite #21E770

Tints of Malachite #21E770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 61.44%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 8.78%
G = 61.44%
B = 29.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#21E770 (or 0x21E770) is known color: Malachite. HEX triplet: 21, E7 and 70. RGB value is (33,231,112). Sum of RGB (Red+Green+Blue) = 33+231+112=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 231 (90.62% from 255 or 61.44% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 231 - color contains mainly: green. Hex color #21E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E770 is #DE188F. Grayscale: #9E9E9E. Windows color (decimal): -14555280 or 7399201. OLE color: 7399201.

HSL color Cylindrical-coordinate representation of color #21E770: hue angle of 143.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E770 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 231 112 -
CMYK 0.86 0 0.52 0.09
HSL 143.94º 0.8% 0.52% -
HSV(B) 143.94º 0.86% 0.91% -
XYZ 32.13 58.65 24.96 -
YUV 158.23 101.9 38.68 -
System Red Green Blue C M Y K H S L
Decimal 33 231 112 0.86 0 0.52 0.09 143.94 0.8 0.52
Hex 21 E7 70 56 0 34 9 90 50 34
Octal 41 347 160 126 0 64 11 220 120 64
Binary 100001 11100111 1110000 1010110 0 110100 1001 10010000 1010000 110100

Color Harmonies of #21E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E770

Black with #21E770

Text Example


Text Example

White with #21E770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,231,112); }

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

background-color css

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

 a { background-color: rgb(33,231,112); }

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

border-color css

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

 span { border-color: rgb(33,231,112); }

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