#21F765

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

Shades of Malachite #21F765

Tints of Malachite #21F765

Color information

#21F765 (or 0x21F765) is unknown color: approx Malachite. HEX triplet: 21, F7 and 65. RGB value is (33,247,101). Sum of RGB (Red+Green+Blue) = 33+247+101=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #21F765 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F765 is #DE089A. Grayscale: #A6A6A6. Windows color (decimal): -14551195 or 6682401. OLE color: 6682401.

HSL color Cylindrical-coordinate representation of color #21F765: hue angle of 139.07º degrees, saturation: 0.93, 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 #21F765 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB33247101-
CMYK0.8700.590.03
HSL139.07º93.04%54.9%-
HSV(B)139.07º86.64%96.86%-
XYZ36.2467.7823.49-
YUV166.3791.132.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 247 (96.88% from 255) = 64.83%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=8.66%
G=64.83%
B=26.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal332471010.8700.590.03139.0793.0454.9
Hex21F7655703B38b5d37
Octal41367145127073321313567
Binary1000011111011111001011010111011101111100010111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,247,101); }

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

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

 a { background-color: rgb(33,247,101); }

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

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

 span { border-color: rgb(33,247,101); }

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