Html Css Color HEX #21C053 Malachite

📋 copy color: '#21C053'

red 33 ◦ green 192 ◦ blue 83

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

Shades of Malachite #21C053

Tints of Malachite #21C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.34%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 10.71%
G = 62.34%
B = 26.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#21C053 (or 0x21C053) is known color: Malachite. HEX triplet: 21, C0 and 53. RGB value is (33,192,83). Sum of RGB (Red+Green+Blue) = 33+192+83=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #21C053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C053 is #DE3FAC. Grayscale: #848484. Windows color (decimal): -14565293 or 5488673. OLE color: 5488673.

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

Color convert

RGB 33 192 83 -
CMYK 0.83 0 0.57 0.25
HSL 138.87º 0.71% 0.44% -
HSV(B) 138.87º 0.83% 0.75% -
XYZ 21.04 38.65 14.53 -
YUV 132.03 100.32 57.36 -
System Red Green Blue C M Y K H S L
Decimal 33 192 83 0.83 0 0.57 0.25 138.87 0.71 0.44
Hex 21 C0 53 53 0 39 19 8B 47 2C
Octal 41 300 123 123 0 71 31 213 107 54
Binary 100001 11000000 1010011 1010011 0 111001 11001 10001011 1000111 101100

Color Harmonies of #21C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C053

Black with #21C053

Text Example


Text Example

White with #21C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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