Html Css Color HEX #21C95F Malachite

📋 copy color: '#21C95F'

red 33 ◦ green 201 ◦ blue 95

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

Shades of Malachite #21C95F

Tints of Malachite #21C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.09%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 10.03%
G = 61.09%
B = 28.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#21C95F (or 0x21C95F) is known color: Malachite. HEX triplet: 21, C9 and 5F. RGB value is (33,201,95). Sum of RGB (Red+Green+Blue) = 33+201+95=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #21C95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C95F is #DE36A0. Grayscale: #8A8A8A. Windows color (decimal): -14562977 or 6277409. OLE color: 6277409.

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

Color convert

RGB 33 201 95 -
CMYK 0.84 0 0.53 0.21
HSL 142.14º 0.72% 0.46% -
HSV(B) 142.14º 0.84% 0.79% -
XYZ 23.58 42.92 17.87 -
YUV 138.68 103.34 52.62 -
System Red Green Blue C M Y K H S L
Decimal 33 201 95 0.84 0 0.53 0.21 142.14 0.72 0.46
Hex 21 C9 5F 54 0 35 15 8E 48 2E
Octal 41 311 137 124 0 65 25 216 110 56
Binary 100001 11001001 1011111 1010100 0 110101 10101 10001110 1001000 101110

Color Harmonies of #21C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C95F

Black with #21C95F

Text Example


Text Example

White with #21C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,95); }

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

background-color css

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

 a { background-color: rgb(33,201,95); }

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

border-color css

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

 span { border-color: rgb(33,201,95); }

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