Html Css Color HEX #21ED5B Malachite

📋 copy color: '#21ED5B'

red 33 ◦ green 237 ◦ blue 91

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

Shades of Malachite #21ED5B

Tints of Malachite #21ED5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 9.14%
G = 65.65%
B = 25.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#21ED5B (or 0x21ED5B) is known color: Malachite. HEX triplet: 21, ED and 5B. RGB value is (33,237,91). Sum of RGB (Red+Green+Blue) = 33+237+91=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 237 (92.97% from 255 or 65.65% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21ED5B is #DE12A4. Grayscale: #9F9F9F. Windows color (decimal): -14553765 or 6024481. OLE color: 6024481.

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

Color convert

RGB 33 237 91 -
CMYK 0.86 0 0.62 0.07
HSL 137.06º 0.85% 0.53% -
HSV(B) 137.06º 0.86% 0.93% -
XYZ 32.8 61.65 20.07 -
YUV 159.36 89.41 37.87 -
System Red Green Blue C M Y K H S L
Decimal 33 237 91 0.86 0 0.62 0.07 137.06 0.85 0.53
Hex 21 ED 5B 56 0 3E 7 89 55 35
Octal 41 355 133 126 0 76 7 211 125 65
Binary 100001 11101101 1011011 1010110 0 111110 111 10001001 1010101 110101

Color Harmonies of #21ED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ED5B

Black with #21ED5B

Text Example


Text Example

White with #21ED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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