Html Css Color HEX #21C94F Malachite

📋 copy color: '#21C94F'

red 33 ◦ green 201 ◦ blue 79

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

Shades of Malachite #21C94F

Tints of Malachite #21C94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 10.54%
G = 64.22%
B = 25.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#21C94F (or 0x21C94F) is known color: Malachite. HEX triplet: 21, C9 and 4F. RGB value is (33,201,79). Sum of RGB (Red+Green+Blue) = 33+201+79=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #21C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C94F is #DE36B0. Grayscale: #898989. Windows color (decimal): -14562993 or 5228833. OLE color: 5228833.

HSL color Cylindrical-coordinate representation of color #21C94F: hue angle of 136.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C94F is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 201 79 -
CMYK 0.84 0 0.61 0.21
HSL 136.43º 0.72% 0.46% -
HSV(B) 136.43º 0.84% 0.79% -
XYZ 22.93 42.66 14.42 -
YUV 136.86 95.34 53.92 -
System Red Green Blue C M Y K H S L
Decimal 33 201 79 0.84 0 0.61 0.21 136.43 0.72 0.46
Hex 21 C9 4F 54 0 3D 15 88 48 2E
Octal 41 311 117 124 0 75 25 210 110 56
Binary 100001 11001001 1001111 1010100 0 111101 10101 10001000 1001000 101110

Color Harmonies of #21C94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C94F

Black with #21C94F

Text Example


Text Example

White with #21C94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,79); }

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

background-color css

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

 a { background-color: rgb(33,201,79); }

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

border-color css

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

 span { border-color: rgb(33,201,79); }

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