Html Css Color HEX #21C156 Malachite

📋 copy color: '#21C156'

red 33 ◦ green 193 ◦ blue 86

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

Shades of Malachite #21C156

Tints of Malachite #21C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.86%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 10.58%
G = 61.86%
B = 27.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#21C156 (or 0x21C156) is known color: Malachite. HEX triplet: 21, C1 and 56. RGB value is (33,193,86). Sum of RGB (Red+Green+Blue) = 33+193+86=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #21C156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C156 is #DE3EA9. Grayscale: #858585. Windows color (decimal): -14565034 or 5685537. OLE color: 5685537.

HSL color Cylindrical-coordinate representation of color #21C156: hue angle of 139.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C156 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 86 -
CMYK 0.83 0 0.55 0.24
HSL 139.88º 0.71% 0.44% -
HSV(B) 139.88º 0.83% 0.76% -
XYZ 21.38 39.14 15.23 -
YUV 132.96 101.49 56.7 -
System Red Green Blue C M Y K H S L
Decimal 33 193 86 0.83 0 0.55 0.24 139.88 0.71 0.44
Hex 21 C1 56 53 0 37 18 8C 47 2C
Octal 41 301 126 123 0 67 30 214 107 54
Binary 100001 11000001 1010110 1010011 0 110111 11000 10001100 1000111 101100

Color Harmonies of #21C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C156

Black with #21C156

Text Example


Text Example

White with #21C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,86); }

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

background-color css

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

 a { background-color: rgb(33,193,86); }

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

border-color css

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

 span { border-color: rgb(33,193,86); }

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