Html Css Color HEX #21C350 Malachite

📋 copy color: '#21C350'

red 33 ◦ green 195 ◦ blue 80

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

Shades of Malachite #21C350

Tints of Malachite #21C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.31%

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 10.71%
G = 63.31%
B = 25.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#21C350 (or 0x21C350) is known color: Malachite. HEX triplet: 21, C3 and 50. RGB value is (33,195,80). Sum of RGB (Red+Green+Blue) = 33+195+80=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #21C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C350 is #DE3CAF. Grayscale: #858585. Windows color (decimal): -14564528 or 5292833. OLE color: 5292833.

HSL color Cylindrical-coordinate representation of color #21C350: hue angle of 137.41º 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 #21C350 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 195 80 -
CMYK 0.83 0 0.59 0.24
HSL 137.41º 0.71% 0.45% -
HSV(B) 137.41º 0.83% 0.76% -
XYZ 21.59 39.93 14.16 -
YUV 133.45 97.83 56.35 -
System Red Green Blue C M Y K H S L
Decimal 33 195 80 0.83 0 0.59 0.24 137.41 0.71 0.45
Hex 21 C3 50 53 0 3B 18 89 47 2D
Octal 41 303 120 123 0 73 30 211 107 55
Binary 100001 11000011 1010000 1010011 0 111011 11000 10001001 1000111 101101

Color Harmonies of #21C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C350

Black with #21C350

Text Example


Text Example

White with #21C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,195,80); }

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

background-color css

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

 a { background-color: rgb(33,195,80); }

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

border-color css

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

 span { border-color: rgb(33,195,80); }

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