Html Css Color HEX #21CE60 Malachite

📋 copy color: '#21CE60'

red 33 ◦ green 206 ◦ blue 96

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

Shades of Malachite #21CE60

Tints of Malachite #21CE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.49%

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

R = 9.85%
G = 61.49%
B = 28.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#21CE60 (or 0x21CE60) is known color: Malachite. HEX triplet: 21, CE and 60. RGB value is (33,206,96). Sum of RGB (Red+Green+Blue) = 33+206+96=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE60 is #DE319F. Grayscale: #8E8E8E. Windows color (decimal): -14561696 or 6344225. OLE color: 6344225.

HSL color Cylindrical-coordinate representation of color #21CE60: hue angle of 141.85º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE60 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 96 -
CMYK 0.84 0 0.53 0.19
HSL 141.85º 0.72% 0.47% -
HSV(B) 141.85º 0.84% 0.81% -
XYZ 24.81 45.31 18.5 -
YUV 141.73 102.19 50.44 -
System Red Green Blue C M Y K H S L
Decimal 33 206 96 0.84 0 0.53 0.19 141.85 0.72 0.47
Hex 21 CE 60 54 0 35 13 8E 48 2F
Octal 41 316 140 124 0 65 23 216 110 57
Binary 100001 11001110 1100000 1010100 0 110101 10011 10001110 1001000 101111

Color Harmonies of #21CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE60

Black with #21CE60

Text Example


Text Example

White with #21CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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