Html Css Color HEX #21BC55 Malachite

📋 copy color: '#21BC55'

red 33 ◦ green 188 ◦ blue 85

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

Shades of Malachite #21BC55

Tints of Malachite #21BC55

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.44%

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

R = 10.78%
G = 61.44%
B = 27.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#21BC55 (or 0x21BC55) is known color: Malachite. HEX triplet: 21, BC and 55. RGB value is (33,188,85). Sum of RGB (Red+Green+Blue) = 33+188+85=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC55 is #DE43AA. Grayscale: #828282. Windows color (decimal): -14566315 or 5618721. OLE color: 5618721.

HSL color Cylindrical-coordinate representation of color #21BC55: hue angle of 140.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC55 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 188 85 -
CMYK 0.82 0 0.55 0.26
HSL 140.13º 0.7% 0.43% -
HSV(B) 140.13º 0.82% 0.74% -
XYZ 20.25 36.95 14.66 -
YUV 129.91 102.65 58.88 -
System Red Green Blue C M Y K H S L
Decimal 33 188 85 0.82 0 0.55 0.26 140.13 0.7 0.43
Hex 21 BC 55 52 0 37 1A 8C 46 2B
Octal 41 274 125 122 0 67 32 214 106 53
Binary 100001 10111100 1010101 1010010 0 110111 11010 10001100 1000110 101011

Color Harmonies of #21BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC55

Black with #21BC55

Text Example


Text Example

White with #21BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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