Html Css Color HEX #21EF55 Malachite

📋 copy color: '#21EF55'

red 33 ◦ green 239 ◦ blue 85

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

Shades of Malachite #21EF55

Tints of Malachite #21EF55

RGB

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

 GREEN value IS 239 (93.75% from 255) = 66.95%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 9.24%
G = 66.95%
B = 23.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#21EF55 (or 0x21EF55) is known color: Malachite. HEX triplet: 21, EF and 55. RGB value is (33,239,85). Sum of RGB (Red+Green+Blue) = 33+239+85=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 239 (93.75% from 255 or 66.95% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 239 - color contains mainly: green. Hex color #21EF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EF55 is #DE10AA. Grayscale: #A0A0A0. Windows color (decimal): -14553259 or 5631777. OLE color: 5631777.

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

Color convert

RGB 33 239 85 -
CMYK 0.86 0 0.64 0.06
HSL 135.15º 0.87% 0.53% -
HSV(B) 135.15º 0.86% 0.94% -
XYZ 33.13 62.71 18.95 -
YUV 159.85 85.75 37.52 -
System Red Green Blue C M Y K H S L
Decimal 33 239 85 0.86 0 0.64 0.06 135.15 0.87 0.53
Hex 21 EF 55 56 0 40 6 87 57 35
Octal 41 357 125 126 0 100 6 207 127 65
Binary 100001 11101111 1010101 1010110 0 1000000 110 10000111 1010111 110101

Color Harmonies of #21EF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EF55

Black with #21EF55

Text Example


Text Example

White with #21EF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,239,85); }

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

background-color css

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

 a { background-color: rgb(33,239,85); }

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

border-color css

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

 span { border-color: rgb(33,239,85); }

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