Html Css Color HEX #21ED4C Malachite

📋 copy color: '#21ED4C'

red 33 ◦ green 237 ◦ blue 76

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

Shades of Malachite #21ED4C

Tints of Malachite #21ED4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 9.54%
G = 68.5%
B = 21.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#21ED4C (or 0x21ED4C) is known color: Malachite. HEX triplet: 21, ED and 4C. RGB value is (33,237,76). Sum of RGB (Red+Green+Blue) = 33+237+76=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED4C is #DE12B3. Grayscale: #9E9E9E. Windows color (decimal): -14553780 or 5041441. OLE color: 5041441.

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

Color convert

RGB 33 237 76 -
CMYK 0.86 0 0.68 0.07
HSL 132.65º 0.85% 0.53% -
HSV(B) 132.65º 0.86% 0.93% -
XYZ 32.22 61.41 16.99 -
YUV 157.65 81.91 39.09 -
System Red Green Blue C M Y K H S L
Decimal 33 237 76 0.86 0 0.68 0.07 132.65 0.85 0.53
Hex 21 ED 4C 56 0 44 7 85 55 35
Octal 41 355 114 126 0 104 7 205 125 65
Binary 100001 11101101 1001100 1010110 0 1000100 111 10000101 1010101 110101

Color Harmonies of #21ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ED4C

Black with #21ED4C

Text Example


Text Example

White with #21ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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