Html Css Color HEX #21CB68 Malachite

📋 copy color: '#21CB68'

red 33 ◦ green 203 ◦ blue 104

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

Shades of Malachite #21CB68

Tints of Malachite #21CB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.71%

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

R = 9.71%
G = 59.71%
B = 30.59%

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

#21CB68 (or 0x21CB68) is known color: Malachite. HEX triplet: 21, CB and 68. RGB value is (33,203,104). Sum of RGB (Red+Green+Blue) = 33+203+104=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB68 is #DE3497. Grayscale: #8D8D8D. Windows color (decimal): -14562456 or 6867745. OLE color: 6867745.

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

Color convert

RGB 33 203 104 -
CMYK 0.84 0 0.49 0.20
HSL 145.06º 0.72% 0.46% -
HSV(B) 145.06º 0.84% 0.8% -
XYZ 24.48 44.03 20.31 -
YUV 140.88 107.18 51.05 -
System Red Green Blue C M Y K H S L
Decimal 33 203 104 0.84 0 0.49 0.20 145.06 0.72 0.46
Hex 21 CB 68 54 0 31 14 91 48 2E
Octal 41 313 150 124 0 61 24 221 110 56
Binary 100001 11001011 1101000 1010100 0 110001 10100 10010001 1001000 101110

Color Harmonies of #21CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CB68

Black with #21CB68

Text Example


Text Example

White with #21CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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