Html Css Color HEX #21FD40 Malachite

📋 copy color: '#21FD40'

red 33 ◦ green 253 ◦ blue 64

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

Shades of Malachite #21FD40

Tints of Malachite #21FD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.29%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 9.43%
G = 72.29%
B = 18.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#21FD40 (or 0x21FD40) is known color: Malachite. HEX triplet: 21, FD and 40. RGB value is (33,253,64). Sum of RGB (Red+Green+Blue) = 33+253+64=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #21FD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FD40 is #DE02BF. Grayscale: #A6A6A6. Windows color (decimal): -14549696 or 4259105. OLE color: 4259105.

HSL color Cylindrical-coordinate representation of color #21FD40: hue angle of 128.45º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FD40 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 253 64 -
CMYK 0.87 0 0.75 0.01
HSL 128.45º 0.98% 0.56% -
HSV(B) 128.45º 0.87% 0.99% -
XYZ 36.68 70.94 16.61 -
YUV 165.67 70.61 33.37 -
System Red Green Blue C M Y K H S L
Decimal 33 253 64 0.87 0 0.75 0.01 128.45 0.98 0.56
Hex 21 FD 40 57 0 4B 1 80 62 38
Octal 41 375 100 127 0 113 1 200 142 70
Binary 100001 11111101 1000000 1010111 0 1001011 1 10000000 1100010 111000

Color Harmonies of #21FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FD40

Black with #21FD40

Text Example


Text Example

White with #21FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,253,64); }

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

background-color css

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

 a { background-color: rgb(33,253,64); }

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

border-color css

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

 span { border-color: rgb(33,253,64); }

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