#21CE53

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

Shades of Malachite #21CE53

Tints of Malachite #21CE53

Color information

#21CE53 (or 0x21CE53) is unknown color: approx Malachite. HEX triplet: 21, CE and 53. RGB value is (33,206,83). Sum of RGB (Red+Green+Blue) = 33+206+83=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE53 is #DE31AC. Grayscale: #8C8C8C. Windows color (decimal): -14561709 or 5492257. OLE color: 5492257.

HSL color Cylindrical-coordinate representation of color #21CE53: hue angle of 137.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE53 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB3320683-
CMYK0.8400.600.19
HSL137.34º72.38%46.86%-
HSV(B)137.34º83.98%80.78%-
XYZ24.2645.0915.61-
YUV140.2595.6951.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 206 (80.86% from 255) = 63.98%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=10.25%
G=63.98%
B=25.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33206830.8400.600.19137.3472.3846.86
Hex21CE535403C1389482f
Octal413161231240742321111057
Binary1000011100111010100111010100011110010011100010011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,83); }

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

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

 a { background-color: rgb(33,206,83); }

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

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

 span { border-color: rgb(33,206,83); }

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