Html Css Color HEX #21F13F Malachite

📋 copy color: '#21F13F'

red 33 ◦ green 241 ◦ blue 63

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

Shades of Malachite #21F13F

Tints of Malachite #21F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 63 (25% from 255) = 18.69%

R = 9.79%
G = 71.51%
B = 18.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#21F13F (or 0x21F13F) is known color: Malachite. HEX triplet: 21, F1 and 3F. RGB value is (33,241,63). Sum of RGB (Red+Green+Blue) = 33+241+63=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #21F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F13F is #DE0EC0. Grayscale: #9F9F9F. Windows color (decimal): -14552769 or 4190497. OLE color: 4190497.

HSL color Cylindrical-coordinate representation of color #21F13F: hue angle of 128.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F13F is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 241 63 -
CMYK 0.86 0 0.74 0.05
HSL 128.65º 0.88% 0.54% -
HSV(B) 128.65º 0.86% 0.95% -
XYZ 32.98 63.59 15.24 -
YUV 158.52 74.09 38.47 -
System Red Green Blue C M Y K H S L
Decimal 33 241 63 0.86 0 0.74 0.05 128.65 0.88 0.54
Hex 21 F1 3F 56 0 4A 5 81 58 36
Octal 41 361 77 126 0 112 5 201 130 66
Binary 100001 11110001 111111 1010110 0 1001010 101 10000001 1011000 110110

Color Harmonies of #21F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F13F

Black with #21F13F

Text Example


Text Example

White with #21F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,241,63); }

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

background-color css

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

 a { background-color: rgb(33,241,63); }

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

border-color css

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

 span { border-color: rgb(33,241,63); }

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