Html Css Color HEX #21EA4B Malachite

📋 copy color: '#21EA4B'

red 33 ◦ green 234 ◦ blue 75

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

Shades of Malachite #21EA4B

Tints of Malachite #21EA4B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.42%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 9.65%
G = 68.42%
B = 21.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#21EA4B (or 0x21EA4B) is known color: Malachite. HEX triplet: 21, EA and 4B. RGB value is (33,234,75). Sum of RGB (Red+Green+Blue) = 33+234+75=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #21EA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EA4B is #DE15B4. Grayscale: #9C9C9C. Windows color (decimal): -14554549 or 4975137. OLE color: 4975137.

HSL color Cylindrical-coordinate representation of color #21EA4B: hue angle of 132.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EA4B is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 234 75 -
CMYK 0.86 0 0.68 0.08
HSL 132.54º 0.83% 0.52% -
HSV(B) 132.54º 0.86% 0.92% -
XYZ 31.32 59.68 16.52 -
YUV 155.78 82.41 40.43 -
System Red Green Blue C M Y K H S L
Decimal 33 234 75 0.86 0 0.68 0.08 132.54 0.83 0.52
Hex 21 EA 4B 56 0 44 8 85 53 34
Octal 41 352 113 126 0 104 10 205 123 64
Binary 100001 11101010 1001011 1010110 0 1000100 1000 10000101 1010011 110100

Color Harmonies of #21EA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EA4B

Black with #21EA4B

Text Example


Text Example

White with #21EA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,234,75); }

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

background-color css

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

 a { background-color: rgb(33,234,75); }

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

border-color css

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

 span { border-color: rgb(33,234,75); }

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