Html Css Color HEX #21F053 Malachite

📋 copy color: '#21F053'

red 33 ◦ green 240 ◦ blue 83

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

Shades of Malachite #21F053

Tints of Malachite #21F053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 9.27%
G = 67.42%
B = 23.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#21F053 (or 0x21F053) is known color: Malachite. HEX triplet: 21, F0 and 53. RGB value is (33,240,83). Sum of RGB (Red+Green+Blue) = 33+240+83=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #21F053 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F053 is #DE0FAC. Grayscale: #A0A0A0. Windows color (decimal): -14553005 or 5500961. OLE color: 5500961.

HSL color Cylindrical-coordinate representation of color #21F053: hue angle of 134.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F053 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 240 83 -
CMYK 0.86 0 0.65 0.06
HSL 134.49º 0.87% 0.54% -
HSV(B) 134.49º 0.86% 0.94% -
XYZ 33.35 63.27 18.64 -
YUV 160.21 84.42 37.27 -
System Red Green Blue C M Y K H S L
Decimal 33 240 83 0.86 0 0.65 0.06 134.49 0.87 0.54
Hex 21 F0 53 56 0 41 6 86 57 36
Octal 41 360 123 126 0 101 6 206 127 66
Binary 100001 11110000 1010011 1010110 0 1000001 110 10000110 1010111 110110

Color Harmonies of #21F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F053

Black with #21F053

Text Example


Text Example

White with #21F053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,240,83); }

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

background-color css

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

 a { background-color: rgb(33,240,83); }

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

border-color css

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

 span { border-color: rgb(33,240,83); }

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