Html Css Color HEX #21CD68 Malachite

📋 copy color: '#21CD68'

red 33 ◦ green 205 ◦ blue 104

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

Shades of Malachite #21CD68

Tints of Malachite #21CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.94%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 9.65%
G = 59.94%
B = 30.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#21CD68 (or 0x21CD68) is known color: Malachite. HEX triplet: 21, CD and 68. RGB value is (33,205,104). Sum of RGB (Red+Green+Blue) = 33+205+104=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CD68 is #DE3297. Grayscale: #8E8E8E. Windows color (decimal): -14561944 or 6868257. OLE color: 6868257.

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

Color convert

RGB 33 205 104 -
CMYK 0.84 0 0.49 0.20
HSL 144.77º 0.72% 0.47% -
HSV(B) 144.77º 0.84% 0.8% -
XYZ 24.96 44.99 20.46 -
YUV 142.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 33 205 104 0.84 0 0.49 0.20 144.77 0.72 0.47
Hex 21 CD 68 54 0 31 14 91 48 2F
Octal 41 315 150 124 0 61 24 221 110 57
Binary 100001 11001101 1101000 1010100 0 110001 10100 10010001 1001000 101111

Color Harmonies of #21CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD68

Black with #21CD68

Text Example


Text Example

White with #21CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,205,104); }

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

background-color css

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

 a { background-color: rgb(33,205,104); }

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

border-color css

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

 span { border-color: rgb(33,205,104); }

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