Html Css Color HEX #21C256 Malachite

📋 copy color: '#21C256'

red 33 ◦ green 194 ◦ blue 86

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

Shades of Malachite #21C256

Tints of Malachite #21C256

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.98%

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

R = 10.54%
G = 61.98%
B = 27.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#21C256 (or 0x21C256) is known color: Malachite. HEX triplet: 21, C2 and 56. RGB value is (33,194,86). Sum of RGB (Red+Green+Blue) = 33+194+86=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #21C256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C256 is #DE3DA9. Grayscale: #858585. Windows color (decimal): -14564778 or 5685793. OLE color: 5685793.

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

Color convert

RGB 33 194 86 -
CMYK 0.83 0 0.56 0.24
HSL 139.75º 0.71% 0.45% -
HSV(B) 139.75º 0.83% 0.76% -
XYZ 21.6 39.58 15.31 -
YUV 133.55 101.16 56.28 -
System Red Green Blue C M Y K H S L
Decimal 33 194 86 0.83 0 0.56 0.24 139.75 0.71 0.45
Hex 21 C2 56 53 0 38 18 8C 47 2D
Octal 41 302 126 123 0 70 30 214 107 55
Binary 100001 11000010 1010110 1010011 0 111000 11000 10001100 1000111 101101

Color Harmonies of #21C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C256

Black with #21C256

Text Example


Text Example

White with #21C256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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