Html Css Color HEX #21E65D Malachite

📋 copy color: '#21E65D'

red 33 ◦ green 230 ◦ blue 93

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

Shades of Malachite #21E65D

Tints of Malachite #21E65D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.61%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 9.27%
G = 64.61%
B = 26.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#21E65D (or 0x21E65D) is known color: Malachite. HEX triplet: 21, E6 and 5D. RGB value is (33,230,93). Sum of RGB (Red+Green+Blue) = 33+230+93=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #21E65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E65D is #DE19A2. Grayscale: #9B9B9B. Windows color (decimal): -14555555 or 6153761. OLE color: 6153761.

HSL color Cylindrical-coordinate representation of color #21E65D: hue angle of 138.27º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E65D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 230 93 -
CMYK 0.86 0 0.60 0.10
HSL 138.27º 0.8% 0.52% -
HSV(B) 138.27º 0.86% 0.9% -
XYZ 30.9 57.71 19.87 -
YUV 155.48 92.73 40.64 -
System Red Green Blue C M Y K H S L
Decimal 33 230 93 0.86 0 0.60 0.10 138.27 0.8 0.52
Hex 21 E6 5D 56 0 3C A 8A 50 34
Octal 41 346 135 126 0 74 12 212 120 64
Binary 100001 11100110 1011101 1010110 0 111100 1010 10001010 1010000 110100

Color Harmonies of #21E65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E65D

Black with #21E65D

Text Example


Text Example

White with #21E65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,230,93); }

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

background-color css

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

 a { background-color: rgb(33,230,93); }

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

border-color css

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

 span { border-color: rgb(33,230,93); }

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