Html Css Color HEX #21F068 Malachite

📋 copy color: '#21F068'

red 33 ◦ green 240 ◦ blue 104

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

Shades of Malachite #21F068

Tints of Malachite #21F068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 8.75%
G = 63.66%
B = 27.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#21F068 (or 0x21F068) is known color: Malachite. HEX triplet: 21, F0 and 68. RGB value is (33,240,104). Sum of RGB (Red+Green+Blue) = 33+240+104=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #21F068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F068 is #DE0F97. Grayscale: #A2A2A2. Windows color (decimal): -14552984 or 6877217. OLE color: 6877217.

HSL color Cylindrical-coordinate representation of color #21F068: hue angle of 140.58º 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 #21F068 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 240 104 -
CMYK 0.86 0 0.57 0.06
HSL 140.58º 0.87% 0.54% -
HSV(B) 140.58º 0.86% 0.94% -
XYZ 34.29 63.64 23.57 -
YUV 162.6 94.92 35.56 -
System Red Green Blue C M Y K H S L
Decimal 33 240 104 0.86 0 0.57 0.06 140.58 0.87 0.54
Hex 21 F0 68 56 0 39 6 8D 57 36
Octal 41 360 150 126 0 71 6 215 127 66
Binary 100001 11110000 1101000 1010110 0 111001 110 10001101 1010111 110110

Color Harmonies of #21F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F068

Black with #21F068

Text Example


Text Example

White with #21F068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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