Html Css Color HEX #21BD47 Dark Pastel Green

📋 copy color: '#21BD47'

red 33 ◦ green 189 ◦ blue 71

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

Shades of Dark Pastel Green #21BD47

Tints of Dark Pastel Green #21BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.51%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 11.26%
G = 64.51%
B = 24.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#21BD47 (or 0x21BD47) is known color: Dark Pastel Green. HEX triplet: 21, BD and 47. RGB value is (33,189,71). Sum of RGB (Red+Green+Blue) = 33+189+71=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD47 is #DE42B8. Grayscale: #818181. Windows color (decimal): -14566073 or 4701473. OLE color: 4701473.

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

Color convert

RGB 33 189 71 -
CMYK 0.83 0 0.62 0.26
HSL 134.62º 0.7% 0.44% -
HSV(B) 134.62º 0.83% 0.74% -
XYZ 19.96 37.17 12.08 -
YUV 128.9 95.32 59.59 -
System Red Green Blue C M Y K H S L
Decimal 33 189 71 0.83 0 0.62 0.26 134.62 0.7 0.44
Hex 21 BD 47 53 0 3E 1A 87 46 2C
Octal 41 275 107 123 0 76 32 207 106 54
Binary 100001 10111101 1000111 1010011 0 111110 11010 10000111 1000110 101100

Color Harmonies of #21BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD47

Black with #21BD47

Text Example


Text Example

White with #21BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,71); }

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

background-color css

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

 a { background-color: rgb(33,189,71); }

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

border-color css

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

 span { border-color: rgb(33,189,71); }

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