Html Css Color HEX #21CC48 Malachite

📋 copy color: '#21CC48'

red 33 ◦ green 204 ◦ blue 72

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

Shades of Malachite #21CC48

Tints of Malachite #21CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.02%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 10.68%
G = 66.02%
B = 23.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#21CC48 (or 0x21CC48) is known color: Malachite. HEX triplet: 21, CC and 48. RGB value is (33,204,72). Sum of RGB (Red+Green+Blue) = 33+204+72=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC48 is #DE33B7. Grayscale: #8A8A8A. Windows color (decimal): -14562232 or 4770849. OLE color: 4770849.

HSL color Cylindrical-coordinate representation of color #21CC48: hue angle of 133.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC48 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 72 -
CMYK 0.84 0 0.65 0.2
HSL 133.68º 0.72% 0.46% -
HSV(B) 133.68º 0.84% 0.8% -
XYZ 23.39 43.98 13.39 -
YUV 137.82 90.85 53.23 -
System Red Green Blue C M Y K H S L
Decimal 33 204 72 0.84 0 0.65 0.2 133.68 0.72 0.46
Hex 21 CC 48 54 0 41 14 86 48 2E
Octal 41 314 110 124 0 101 24 206 110 56
Binary 100001 11001100 1001000 1010100 0 1000001 10100 10000110 1001000 101110

Color Harmonies of #21CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC48

Black with #21CC48

Text Example


Text Example

White with #21CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,72); }

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

background-color css

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

 a { background-color: rgb(33,204,72); }

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

border-color css

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

 span { border-color: rgb(33,204,72); }

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