#21F03C

Color #21F03C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #21F03C

Tints of Malachite #21F03C

Color information

#21F03C (or 0x21F03C) is unknown color: approx Malachite. HEX triplet: 21, F0 and 3C. RGB value is (33,240,60). Sum of RGB (Red+Green+Blue) = 33+240+60=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #21F03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F03C is #DE0FC3. Grayscale: #9E9E9E. Windows color (decimal): -14553028 or 3993633. OLE color: 3993633.

HSL color Cylindrical-coordinate representation of color #21F03C: hue angle of 127.83º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F03C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB3324060-
CMYK0.8600.750.06
HSL127.83º87.34%53.53%-
HSV(B)127.83º86.25%94.12%-
XYZ32.662.9714.71-
YUV157.5972.9239.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 240 (94.14% from 255) = 72.07%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=9.91%
G=72.07%
B=18.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33240600.8600.750.06127.8387.3453.53
Hex21F03C5604B6805736
Octal41360741260113620012766
Binary10000111110000111100101011001001011110100000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,240,60); }

 H1.HeaderClassName
 {
   color: #21F03C;
 }
 .AnyTagClassName
 {
   color: #21F03C;
 }
</style>
background-color css

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

 a { background-color: rgb(33,240,60); }

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

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

 span { border-color: rgb(33,240,60); }

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