Html Css Color HEX #21F850 Malachite

📋 copy color: '#21F850'

red 33 ◦ green 248 ◦ blue 80

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

Shades of Malachite #21F850

Tints of Malachite #21F850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.7%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 9.14%
G = 68.7%
B = 22.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#21F850 (or 0x21F850) is known color: Malachite. HEX triplet: 21, F8 and 50. RGB value is (33,248,80). Sum of RGB (Red+Green+Blue) = 33+248+80=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #21F850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F850 is #DE07AF. Grayscale: #A5A5A5. Windows color (decimal): -14550960 or 5306401. OLE color: 5306401.

HSL color Cylindrical-coordinate representation of color #21F850: hue angle of 133.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F850 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 248 80 -
CMYK 0.87 0 0.68 0.03
HSL 133.12º 0.94% 0.55% -
HSV(B) 133.12º 0.87% 0.97% -
XYZ 35.64 68.04 18.84 -
YUV 164.56 80.27 34.16 -
System Red Green Blue C M Y K H S L
Decimal 33 248 80 0.87 0 0.68 0.03 133.12 0.94 0.55
Hex 21 F8 50 57 0 44 3 85 5E 37
Octal 41 370 120 127 0 104 3 205 136 67
Binary 100001 11111000 1010000 1010111 0 1000100 11 10000101 1011110 110111

Color Harmonies of #21F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F850

Black with #21F850

Text Example


Text Example

White with #21F850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,248,80); }

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

background-color css

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

 a { background-color: rgb(33,248,80); }

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

border-color css

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

 span { border-color: rgb(33,248,80); }

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