Html Css Color HEX #21E85F Malachite

📋 copy color: '#21E85F'

red 33 ◦ green 232 ◦ blue 95

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

Shades of Malachite #21E85F

Tints of Malachite #21E85F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 64.44%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 9.17%
G = 64.44%
B = 26.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#21E85F (or 0x21E85F) is known color: Malachite. HEX triplet: 21, E8 and 5F. RGB value is (33,232,95). Sum of RGB (Red+Green+Blue) = 33+232+95=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 232 (91.02% from 255 or 64.44% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 232 - color contains mainly: green. Hex color #21E85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E85F is #DE17A0. Grayscale: #9D9D9D. Windows color (decimal): -14555041 or 6285345. OLE color: 6285345.

HSL color Cylindrical-coordinate representation of color #21E85F: hue angle of 138.69º degrees, saturation: 0.81, 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 #21E85F is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 232 95 -
CMYK 0.86 0 0.59 0.09
HSL 138.69º 0.81% 0.52% -
HSV(B) 138.69º 0.86% 0.91% -
XYZ 31.55 58.86 20.53 -
YUV 156.88 93.07 39.64 -
System Red Green Blue C M Y K H S L
Decimal 33 232 95 0.86 0 0.59 0.09 138.69 0.81 0.52
Hex 21 E8 5F 56 0 3B 9 8B 51 34
Octal 41 350 137 126 0 73 11 213 121 64
Binary 100001 11101000 1011111 1010110 0 111011 1001 10001011 1010001 110100

Color Harmonies of #21E85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E85F

Black with #21E85F

Text Example


Text Example

White with #21E85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,232,95); }

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

background-color css

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

 a { background-color: rgb(33,232,95); }

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

border-color css

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

 span { border-color: rgb(33,232,95); }

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