Html Css Color HEX #21EF42 Malachite

📋 copy color: '#21EF42'

red 33 ◦ green 239 ◦ blue 66

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

Shades of Malachite #21EF42

Tints of Malachite #21EF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 9.76%
G = 70.71%
B = 19.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#21EF42 (or 0x21EF42) is known color: Malachite. HEX triplet: 21, EF and 42. RGB value is (33,239,66). Sum of RGB (Red+Green+Blue) = 33+239+66=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #21EF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EF42 is #DE10BD. Grayscale: #9E9E9E. Windows color (decimal): -14553278 or 4386593. OLE color: 4386593.

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

Color convert

RGB 33 239 66 -
CMYK 0.86 0 0.72 0.06
HSL 129.61º 0.87% 0.53% -
HSV(B) 129.61º 0.86% 0.94% -
XYZ 32.48 62.45 15.5 -
YUV 157.68 76.25 39.07 -
System Red Green Blue C M Y K H S L
Decimal 33 239 66 0.86 0 0.72 0.06 129.61 0.87 0.53
Hex 21 EF 42 56 0 48 6 82 57 35
Octal 41 357 102 126 0 110 6 202 127 65
Binary 100001 11101111 1000010 1010110 0 1001000 110 10000010 1010111 110101

Color Harmonies of #21EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EF42

Black with #21EF42

Text Example


Text Example

White with #21EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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