#21C65B

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

Shades of Malachite #21C65B

Tints of Malachite #21C65B

Color information

#21C65B (or 0x21C65B) is unknown color: approx Malachite. HEX triplet: 21, C6 and 5B. RGB value is (33,198,91). Sum of RGB (Red+Green+Blue) = 33+198+91=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #21C65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C65B is #DE39A4. Grayscale: #888888. Windows color (decimal): -14563749 or 6014497. OLE color: 6014497.

HSL color Cylindrical-coordinate representation of color #21C65B: hue angle of 141.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C65B is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB3319891-
CMYK0.8300.540.22
HSL141.09º71.43%45.29%-
HSV(B)141.09º83.33%77.65%-
XYZ22.7141.4716.7-
YUV136.47102.3454.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 198 (77.73% from 255) = 61.49%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=10.25%
G=61.49%
B=28.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33198910.8300.540.22141.0971.4345.29
Hex21C65B53036168d472d
Octal413061331230662621510755
Binary1000011100011010110111010011011011010110100011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,198,91); }

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

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

 a { background-color: rgb(33,198,91); }

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

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

 span { border-color: rgb(33,198,91); }

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