Html Css Color HEX #21CF5D Malachite

📋 copy color: '#21CF5D'

red 33 ◦ green 207 ◦ blue 93

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

Shades of Malachite #21CF5D

Tints of Malachite #21CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.16%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 9.91%
G = 62.16%
B = 27.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#21CF5D (or 0x21CF5D) is known color: Malachite. HEX triplet: 21, CF and 5D. RGB value is (33,207,93). Sum of RGB (Red+Green+Blue) = 33+207+93=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF5D is #DE30A2. Grayscale: #8E8E8E. Windows color (decimal): -14561443 or 6147873. OLE color: 6147873.

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

Color convert

RGB 33 207 93 -
CMYK 0.84 0 0.55 0.19
HSL 140.69º 0.73% 0.47% -
HSV(B) 140.69º 0.84% 0.81% -
XYZ 24.92 45.74 17.87 -
YUV 141.98 100.35 50.27 -
System Red Green Blue C M Y K H S L
Decimal 33 207 93 0.84 0 0.55 0.19 140.69 0.73 0.47
Hex 21 CF 5D 54 0 37 13 8D 48 2F
Octal 41 317 135 124 0 67 23 215 110 57
Binary 100001 11001111 1011101 1010100 0 110111 10011 10001101 1001000 101111

Color Harmonies of #21CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF5D

Black with #21CF5D

Text Example


Text Example

White with #21CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,93); }

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

background-color css

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

 a { background-color: rgb(33,207,93); }

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

border-color css

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

 span { border-color: rgb(33,207,93); }

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