Html Css Color HEX #21C960 Malachite

📋 copy color: '#21C960'

red 33 ◦ green 201 ◦ blue 96

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

Shades of Malachite #21C960

Tints of Malachite #21C960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.91%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 10%
G = 60.91%
B = 29.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#21C960 (or 0x21C960) is known color: Malachite. HEX triplet: 21, C9 and 60. RGB value is (33,201,96). Sum of RGB (Red+Green+Blue) = 33+201+96=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #21C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C960 is #DE369F. Grayscale: #8B8B8B. Windows color (decimal): -14562976 or 6342945. OLE color: 6342945.

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

Color convert

RGB 33 201 96 -
CMYK 0.84 0 0.52 0.21
HSL 142.5º 0.72% 0.46% -
HSV(B) 142.5º 0.84% 0.79% -
XYZ 23.63 42.94 18.11 -
YUV 138.8 103.84 52.54 -
System Red Green Blue C M Y K H S L
Decimal 33 201 96 0.84 0 0.52 0.21 142.5 0.72 0.46
Hex 21 C9 60 54 0 34 15 8E 48 2E
Octal 41 311 140 124 0 64 25 216 110 56
Binary 100001 11001001 1100000 1010100 0 110100 10101 10001110 1001000 101110

Color Harmonies of #21C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C960

Black with #21C960

Text Example


Text Example

White with #21C960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,96); }

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

background-color css

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

 a { background-color: rgb(33,201,96); }

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

border-color css

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

 span { border-color: rgb(33,201,96); }

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