Html Css Color HEX #21D65B Malachite

📋 copy color: '#21D65B'

red 33 ◦ green 214 ◦ blue 91

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

Shades of Malachite #21D65B

Tints of Malachite #21D65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.31%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 9.76%
G = 63.31%
B = 26.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#21D65B (or 0x21D65B) is known color: Malachite. HEX triplet: 21, D6 and 5B. RGB value is (33,214,91). Sum of RGB (Red+Green+Blue) = 33+214+91=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #21D65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D65B is #DE29A4. Grayscale: #929292. Windows color (decimal): -14559653 or 6018593. OLE color: 6018593.

HSL color Cylindrical-coordinate representation of color #21D65B: hue angle of 139.23º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D65B is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 91 -
CMYK 0.85 0 0.57 0.16
HSL 139.23º 0.73% 0.48% -
HSV(B) 139.23º 0.85% 0.84% -
XYZ 26.56 49.17 17.99 -
YUV 145.86 97.03 47.5 -
System Red Green Blue C M Y K H S L
Decimal 33 214 91 0.85 0 0.57 0.16 139.23 0.73 0.48
Hex 21 D6 5B 55 0 39 10 8B 49 30
Octal 41 326 133 125 0 71 20 213 111 60
Binary 100001 11010110 1011011 1010101 0 111001 10000 10001011 1001001 110000

Color Harmonies of #21D65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D65B

Black with #21D65B

Text Example


Text Example

White with #21D65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,91); }

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

background-color css

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

 a { background-color: rgb(33,214,91); }

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

border-color css

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

 span { border-color: rgb(33,214,91); }

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