Html Css Color HEX #21DF5F Malachite

📋 copy color: '#21DF5F'

red 33 ◦ green 223 ◦ blue 95

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

Shades of Malachite #21DF5F

Tints of Malachite #21DF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.53%

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

R = 9.4%
G = 63.53%
B = 27.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#21DF5F (or 0x21DF5F) is known color: Malachite. HEX triplet: 21, DF and 5F. RGB value is (33,223,95). Sum of RGB (Red+Green+Blue) = 33+223+95=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF5F is #DE20A0. Grayscale: #979797. Windows color (decimal): -14557345 or 6283041. OLE color: 6283041.

HSL color Cylindrical-coordinate representation of color #21DF5F: hue angle of 139.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DF5F is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 223 95 -
CMYK 0.85 0 0.57 0.13
HSL 139.58º 0.75% 0.5% -
HSV(B) 139.58º 0.85% 0.87% -
XYZ 29.08 53.92 19.7 -
YUV 151.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 33 223 95 0.85 0 0.57 0.13 139.58 0.75 0.5
Hex 21 DF 5F 55 0 39 D 8C 4B 32
Octal 41 337 137 125 0 71 15 214 113 62
Binary 100001 11011111 1011111 1010101 0 111001 1101 10001100 1001011 110010

Color Harmonies of #21DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DF5F

Black with #21DF5F

Text Example


Text Example

White with #21DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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