Html Css Color HEX #21E96F Malachite

📋 copy color: '#21E96F'

red 33 ◦ green 233 ◦ blue 111

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

Shades of Malachite #21E96F

Tints of Malachite #21E96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.8%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 8.75%
G = 61.8%
B = 29.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#21E96F (or 0x21E96F) is known color: Malachite. HEX triplet: 21, E9 and 6F. RGB value is (33,233,111). Sum of RGB (Red+Green+Blue) = 33+233+111=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #21E96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E96F is #DE1690. Grayscale: #9F9F9F. Windows color (decimal): -14554769 or 7334177. OLE color: 7334177.

HSL color Cylindrical-coordinate representation of color #21E96F: hue angle of 143.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E96F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 111 -
CMYK 0.86 0 0.52 0.09
HSL 143.4º 0.82% 0.52% -
HSV(B) 143.4º 0.86% 0.91% -
XYZ 32.64 59.75 24.85 -
YUV 159.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 33 233 111 0.86 0 0.52 0.09 143.4 0.82 0.52
Hex 21 E9 6F 56 0 34 9 8F 52 34
Octal 41 351 157 126 0 64 11 217 122 64
Binary 100001 11101001 1101111 1010110 0 110100 1001 10001111 1010010 110100

Color Harmonies of #21E96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E96F

Black with #21E96F

Text Example


Text Example

White with #21E96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,233,111); }

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

background-color css

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

 a { background-color: rgb(33,233,111); }

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

border-color css

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

 span { border-color: rgb(33,233,111); }

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