Html Css Color HEX #21ED48 Malachite

📋 copy color: '#21ED48'

red 33 ◦ green 237 ◦ blue 72

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

Shades of Malachite #21ED48

Tints of Malachite #21ED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 69.3%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 9.65%
G = 69.3%
B = 21.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#21ED48 (or 0x21ED48) is known color: Malachite. HEX triplet: 21, ED and 48. RGB value is (33,237,72). Sum of RGB (Red+Green+Blue) = 33+237+72=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED48 is #DE12B7. Grayscale: #9D9D9D. Windows color (decimal): -14553784 or 4779297. OLE color: 4779297.

HSL color Cylindrical-coordinate representation of color #21ED48: hue angle of 131.47º degrees, saturation: 0.85, 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 #21ED48 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 237 72 -
CMYK 0.86 0 0.70 0.07
HSL 131.47º 0.85% 0.53% -
HSV(B) 131.47º 0.86% 0.93% -
XYZ 32.08 61.36 16.28 -
YUV 157.19 79.91 39.42 -
System Red Green Blue C M Y K H S L
Decimal 33 237 72 0.86 0 0.70 0.07 131.47 0.85 0.53
Hex 21 ED 48 56 0 46 7 83 55 35
Octal 41 355 110 126 0 106 7 203 125 65
Binary 100001 11101101 1001000 1010110 0 1000110 111 10000011 1010101 110101

Color Harmonies of #21ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ED48

Black with #21ED48

Text Example


Text Example

White with #21ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,237,72); }

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

background-color css

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

 a { background-color: rgb(33,237,72); }

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

border-color css

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

 span { border-color: rgb(33,237,72); }

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