Html Css Color HEX #21EE68 Malachite

📋 copy color: '#21EE68'

red 33 ◦ green 238 ◦ blue 104

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

Shades of Malachite #21EE68

Tints of Malachite #21EE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.47%

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

R = 8.8%
G = 63.47%
B = 27.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#21EE68 (or 0x21EE68) is known color: Malachite. HEX triplet: 21, EE and 68. RGB value is (33,238,104). Sum of RGB (Red+Green+Blue) = 33+238+104=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 238 (93.36% from 255 or 63.47% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE68 is #DE1197. Grayscale: #A1A1A1. Windows color (decimal): -14553496 or 6876705. OLE color: 6876705.

HSL color Cylindrical-coordinate representation of color #21EE68: hue angle of 140.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EE68 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 104 -
CMYK 0.86 0 0.56 0.07
HSL 140.78º 0.86% 0.53% -
HSV(B) 140.78º 0.86% 0.93% -
XYZ 33.7 62.47 23.38 -
YUV 161.43 95.58 36.4 -
System Red Green Blue C M Y K H S L
Decimal 33 238 104 0.86 0 0.56 0.07 140.78 0.86 0.53
Hex 21 EE 68 56 0 38 7 8D 56 35
Octal 41 356 150 126 0 70 7 215 126 65
Binary 100001 11101110 1101000 1010110 0 111000 111 10001101 1010110 110101

Color Harmonies of #21EE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EE68

Black with #21EE68

Text Example


Text Example

White with #21EE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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