Html Css Color HEX #21CC58 Malachite

📋 copy color: '#21CC58'

red 33 ◦ green 204 ◦ blue 88

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

Shades of Malachite #21CC58

Tints of Malachite #21CC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 10.15%
G = 62.77%
B = 27.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#21CC58 (or 0x21CC58) is known color: Malachite. HEX triplet: 21, CC and 58. RGB value is (33,204,88). Sum of RGB (Red+Green+Blue) = 33+204+88=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC58 is #DE33A7. Grayscale: #8B8B8B. Windows color (decimal): -14562216 or 5819425. OLE color: 5819425.

HSL color Cylindrical-coordinate representation of color #21CC58: hue angle of 139.3º 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 #21CC58 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 88 -
CMYK 0.84 0 0.57 0.2
HSL 139.3º 0.72% 0.46% -
HSV(B) 139.3º 0.84% 0.8% -
XYZ 23.98 44.21 16.5 -
YUV 139.65 98.85 51.93 -
System Red Green Blue C M Y K H S L
Decimal 33 204 88 0.84 0 0.57 0.2 139.3 0.72 0.46
Hex 21 CC 58 54 0 39 14 8B 48 2E
Octal 41 314 130 124 0 71 24 213 110 56
Binary 100001 11001100 1011000 1010100 0 111001 10100 10001011 1001000 101110

Color Harmonies of #21CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC58

Black with #21CC58

Text Example


Text Example

White with #21CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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