Html Css Color HEX #21F146 Malachite

📋 copy color: '#21F146'

red 33 ◦ green 241 ◦ blue 70

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

Shades of Malachite #21F146

Tints of Malachite #21F146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 9.59%
G = 70.06%
B = 20.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#21F146 (or 0x21F146) is known color: Malachite. HEX triplet: 21, F1 and 46. RGB value is (33,241,70). Sum of RGB (Red+Green+Blue) = 33+241+70=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #21F146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F146 is #DE0EB9. Grayscale: #9F9F9F. Windows color (decimal): -14552762 or 4649249. OLE color: 4649249.

HSL color Cylindrical-coordinate representation of color #21F146: hue angle of 130.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F146 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 241 70 -
CMYK 0.86 0 0.71 0.05
HSL 130.67º 0.88% 0.54% -
HSV(B) 130.67º 0.86% 0.95% -
XYZ 33.19 63.68 16.34 -
YUV 159.31 77.59 37.9 -
System Red Green Blue C M Y K H S L
Decimal 33 241 70 0.86 0 0.71 0.05 130.67 0.88 0.54
Hex 21 F1 46 56 0 47 5 83 58 36
Octal 41 361 106 126 0 107 5 203 130 66
Binary 100001 11110001 1000110 1010110 0 1000111 101 10000011 1011000 110110

Color Harmonies of #21F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F146

Black with #21F146

Text Example


Text Example

White with #21F146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,241,70); }

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

background-color css

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

 a { background-color: rgb(33,241,70); }

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

border-color css

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

 span { border-color: rgb(33,241,70); }

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