Html Css Color HEX #21E475 Malachite

📋 copy color: '#21E475'

red 33 ◦ green 228 ◦ blue 117

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

Shades of Malachite #21E475

Tints of Malachite #21E475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.32%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 8.73%
G = 60.32%
B = 30.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#21E475 (or 0x21E475) is known color: Malachite. HEX triplet: 21, E4 and 75. RGB value is (33,228,117). Sum of RGB (Red+Green+Blue) = 33+228+117=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #21E475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E475 is #DE1B8A. Grayscale: #9D9D9D. Windows color (decimal): -14556043 or 7726113. OLE color: 7726113.

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

Color convert

RGB 33 228 117 -
CMYK 0.86 0 0.49 0.11
HSL 145.85º 0.78% 0.51% -
HSV(B) 145.85º 0.86% 0.89% -
XYZ 31.58 57.09 26.19 -
YUV 157.04 105.4 39.53 -
System Red Green Blue C M Y K H S L
Decimal 33 228 117 0.86 0 0.49 0.11 145.85 0.78 0.51
Hex 21 E4 75 56 0 31 B 92 4E 33
Octal 41 344 165 126 0 61 13 222 116 63
Binary 100001 11100100 1110101 1010110 0 110001 1011 10010010 1001110 110011

Color Harmonies of #21E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E475

Black with #21E475

Text Example


Text Example

White with #21E475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,228,117); }

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

background-color css

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

 a { background-color: rgb(33,228,117); }

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

border-color css

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

 span { border-color: rgb(33,228,117); }

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