Html Css Color HEX #21EE52 Malachite

📋 copy color: '#21EE52'

red 33 ◦ green 238 ◦ blue 82

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

Shades of Malachite #21EE52

Tints of Malachite #21EE52

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.42%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 9.35%
G = 67.42%
B = 23.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#21EE52 (or 0x21EE52) is known color: Malachite. HEX triplet: 21, EE and 52. RGB value is (33,238,82). Sum of RGB (Red+Green+Blue) = 33+238+82=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE52 is #DE11AD. Grayscale: #9F9F9F. Windows color (decimal): -14553518 or 5434913. OLE color: 5434913.

HSL color Cylindrical-coordinate representation of color #21EE52: hue angle of 134.34º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EE52 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 82 -
CMYK 0.86 0 0.66 0.07
HSL 134.34º 0.86% 0.53% -
HSV(B) 134.34º 0.86% 0.93% -
XYZ 32.72 62.08 18.24 -
YUV 158.92 84.58 38.18 -
System Red Green Blue C M Y K H S L
Decimal 33 238 82 0.86 0 0.66 0.07 134.34 0.86 0.53
Hex 21 EE 52 56 0 42 7 86 56 35
Octal 41 356 122 126 0 102 7 206 126 65
Binary 100001 11101110 1010010 1010110 0 1000010 111 10000110 1010110 110101

Color Harmonies of #21EE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EE52

Black with #21EE52

Text Example


Text Example

White with #21EE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,238,82); }

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

background-color css

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

 a { background-color: rgb(33,238,82); }

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

border-color css

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

 span { border-color: rgb(33,238,82); }

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