Html Css Color HEX #21DB68 Malachite

📋 copy color: '#21DB68'

red 33 ◦ green 219 ◦ blue 104

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

Shades of Malachite #21DB68

Tints of Malachite #21DB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.52%

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

R = 9.27%
G = 61.52%
B = 29.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#21DB68 (or 0x21DB68) is known color: Malachite. HEX triplet: 21, DB and 68. RGB value is (33,219,104). Sum of RGB (Red+Green+Blue) = 33+219+104=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB68 is #DE2497. Grayscale: #969696. Windows color (decimal): -14558360 or 6871841. OLE color: 6871841.

HSL color Cylindrical-coordinate representation of color #21DB68: hue angle of 142.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB68 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 219 104 -
CMYK 0.85 0 0.53 0.14
HSL 142.9º 0.74% 0.49% -
HSV(B) 142.9º 0.85% 0.86% -
XYZ 28.46 51.99 21.63 -
YUV 150.28 101.88 44.35 -
System Red Green Blue C M Y K H S L
Decimal 33 219 104 0.85 0 0.53 0.14 142.9 0.74 0.49
Hex 21 DB 68 55 0 35 E 8F 4A 31
Octal 41 333 150 125 0 65 16 217 112 61
Binary 100001 11011011 1101000 1010101 0 110101 1110 10001111 1001010 110001

Color Harmonies of #21DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DB68

Black with #21DB68

Text Example


Text Example

White with #21DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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