Html Css Color HEX #21F85D Malachite

📋 copy color: '#21F85D'

red 33 ◦ green 248 ◦ blue 93

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

Shades of Malachite #21F85D

Tints of Malachite #21F85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.31%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 8.82%
G = 66.31%
B = 24.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#21F85D (or 0x21F85D) is known color: Malachite. HEX triplet: 21, F8 and 5D. RGB value is (33,248,93). Sum of RGB (Red+Green+Blue) = 33+248+93=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #21F85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F85D is #DE07A2. Grayscale: #A6A6A6. Windows color (decimal): -14550947 or 6158369. OLE color: 6158369.

HSL color Cylindrical-coordinate representation of color #21F85D: hue angle of 136.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F85D is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 248 93 -
CMYK 0.87 0 0.62 0.03
HSL 136.74º 0.94% 0.55% -
HSV(B) 136.74º 0.87% 0.97% -
XYZ 36.17 68.25 21.62 -
YUV 166.05 86.77 33.1 -
System Red Green Blue C M Y K H S L
Decimal 33 248 93 0.87 0 0.62 0.03 136.74 0.94 0.55
Hex 21 F8 5D 57 0 3E 3 89 5E 37
Octal 41 370 135 127 0 76 3 211 136 67
Binary 100001 11111000 1011101 1010111 0 111110 11 10001001 1011110 110111

Color Harmonies of #21F85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F85D

Black with #21F85D

Text Example


Text Example

White with #21F85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,248,93); }

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

background-color css

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

 a { background-color: rgb(33,248,93); }

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

border-color css

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

 span { border-color: rgb(33,248,93); }

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