Html Css Color HEX #21E141 Malachite

📋 copy color: '#21E141'

red 33 ◦ green 225 ◦ blue 65

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

Shades of Malachite #21E141

Tints of Malachite #21E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.66%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 10.22%
G = 69.66%
B = 20.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#21E141 (or 0x21E141) is known color: Malachite. HEX triplet: 21, E1 and 41. RGB value is (33,225,65). Sum of RGB (Red+Green+Blue) = 33+225+65=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #21E141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E141 is #DE1EBE. Grayscale: #959595. Windows color (decimal): -14556863 or 4317473. OLE color: 4317473.

HSL color Cylindrical-coordinate representation of color #21E141: hue angle of 130º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E141 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 65 -
CMYK 0.85 0 0.71 0.12
HSL 130º 0.76% 0.51% -
HSV(B) 130º 0.85% 0.88% -
XYZ 28.51 54.56 14.03 -
YUV 149.35 80.39 45.01 -
System Red Green Blue C M Y K H S L
Decimal 33 225 65 0.85 0 0.71 0.12 130 0.76 0.51
Hex 21 E1 41 55 0 47 C 82 4C 33
Octal 41 341 101 125 0 107 14 202 114 63
Binary 100001 11100001 1000001 1010101 0 1000111 1100 10000010 1001100 110011

Color Harmonies of #21E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E141

Black with #21E141

Text Example


Text Example

White with #21E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,225,65); }

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

background-color css

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

 a { background-color: rgb(33,225,65); }

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

border-color css

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

 span { border-color: rgb(33,225,65); }

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