Html Css Color HEX #21C14F Malachite

📋 copy color: '#21C14F'

red 33 ◦ green 193 ◦ blue 79

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

Shades of Malachite #21C14F

Tints of Malachite #21C14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.28%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 10.82%
G = 63.28%
B = 25.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#21C14F (or 0x21C14F) is known color: Malachite. HEX triplet: 21, C1 and 4F. RGB value is (33,193,79). Sum of RGB (Red+Green+Blue) = 33+193+79=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #21C14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C14F is #DE3EB0. Grayscale: #848484. Windows color (decimal): -14565041 or 5226785. OLE color: 5226785.

HSL color Cylindrical-coordinate representation of color #21C14F: hue angle of 137.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C14F is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 79 -
CMYK 0.83 0 0.59 0.24
HSL 137.25º 0.71% 0.44% -
HSV(B) 137.25º 0.83% 0.76% -
XYZ 21.11 39.03 13.82 -
YUV 132.16 97.99 57.27 -
System Red Green Blue C M Y K H S L
Decimal 33 193 79 0.83 0 0.59 0.24 137.25 0.71 0.44
Hex 21 C1 4F 53 0 3B 18 89 47 2C
Octal 41 301 117 123 0 73 30 211 107 54
Binary 100001 11000001 1001111 1010011 0 111011 11000 10001001 1000111 101100

Color Harmonies of #21C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C14F

Black with #21C14F

Text Example


Text Example

White with #21C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,79); }

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

background-color css

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

 a { background-color: rgb(33,193,79); }

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

border-color css

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

 span { border-color: rgb(33,193,79); }

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