Html Css Color HEX #21E64B Malachite

📋 copy color: '#21E64B'

red 33 ◦ green 230 ◦ blue 75

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

Shades of Malachite #21E64B

Tints of Malachite #21E64B

RGB

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

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

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

R = 9.76%
G = 68.05%
B = 22.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#21E64B (or 0x21E64B) is known color: Malachite. HEX triplet: 21, E6 and 4B. RGB value is (33,230,75). Sum of RGB (Red+Green+Blue) = 33+230+75=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 230 (90.23% from 255 or 68.05% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 230 - color contains mainly: green. Hex color #21E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E64B is #DE19B4. Grayscale: #999999. Windows color (decimal): -14555573 or 4974113. OLE color: 4974113.

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

Color convert

RGB 33 230 75 -
CMYK 0.86 0 0.67 0.10
HSL 132.79º 0.8% 0.52% -
HSV(B) 132.79º 0.86% 0.9% -
XYZ 30.19 57.42 16.15 -
YUV 153.43 83.73 42.1 -
System Red Green Blue C M Y K H S L
Decimal 33 230 75 0.86 0 0.67 0.10 132.79 0.8 0.52
Hex 21 E6 4B 56 0 43 A 85 50 34
Octal 41 346 113 126 0 103 12 205 120 64
Binary 100001 11100110 1001011 1010110 0 1000011 1010 10000101 1010000 110100

Color Harmonies of #21E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E64B

Black with #21E64B

Text Example


Text Example

White with #21E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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