Html Css Color HEX #21E970 Malachite

📋 copy color: '#21E970'

red 33 ◦ green 233 ◦ blue 112

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

Shades of Malachite #21E970

Tints of Malachite #21E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.64%

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

R = 8.73%
G = 61.64%
B = 29.63%

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

#21E970 (or 0x21E970) is known color: Malachite. HEX triplet: 21, E9 and 70. RGB value is (33,233,112). Sum of RGB (Red+Green+Blue) = 33+233+112=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 233 (91.41% from 255 or 61.64% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 233 - color contains mainly: green. Hex color #21E970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E970 is #DE168F. Grayscale: #9F9F9F. Windows color (decimal): -14554768 or 7399713. OLE color: 7399713.

HSL color Cylindrical-coordinate representation of color #21E970: hue angle of 143.7º degrees, saturation: 0.82, 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 #21E970 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 112 -
CMYK 0.86 0 0.52 0.09
HSL 143.7º 0.82% 0.52% -
HSV(B) 143.7º 0.86% 0.91% -
XYZ 32.69 59.77 25.14 -
YUV 159.41 101.24 37.84 -
System Red Green Blue C M Y K H S L
Decimal 33 233 112 0.86 0 0.52 0.09 143.7 0.82 0.52
Hex 21 E9 70 56 0 34 9 90 52 34
Octal 41 351 160 126 0 64 11 220 122 64
Binary 100001 11101001 1110000 1010110 0 110100 1001 10010000 1010010 110100

Color Harmonies of #21E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E970

Black with #21E970

Text Example


Text Example

White with #21E970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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