Html Css Color HEX #21CE50 Malachite

📋 copy color: '#21CE50'

red 33 ◦ green 206 ◦ blue 80

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

Shades of Malachite #21CE50

Tints of Malachite #21CE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 10.34%
G = 64.58%
B = 25.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#21CE50 (or 0x21CE50) is known color: Malachite. HEX triplet: 21, CE and 50. RGB value is (33,206,80). Sum of RGB (Red+Green+Blue) = 33+206+80=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE50 is #DE31AF. Grayscale: #8C8C8C. Windows color (decimal): -14561712 or 5295649. OLE color: 5295649.

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

Color convert

RGB 33 206 80 -
CMYK 0.84 0 0.61 0.19
HSL 136.3º 0.72% 0.47% -
HSV(B) 136.3º 0.84% 0.81% -
XYZ 24.15 45.05 15.01 -
YUV 139.91 94.19 51.75 -
System Red Green Blue C M Y K H S L
Decimal 33 206 80 0.84 0 0.61 0.19 136.3 0.72 0.47
Hex 21 CE 50 54 0 3D 13 88 48 2F
Octal 41 316 120 124 0 75 23 210 110 57
Binary 100001 11001110 1010000 1010100 0 111101 10011 10001000 1001000 101111

Color Harmonies of #21CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE50

Black with #21CE50

Text Example


Text Example

White with #21CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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