#21BD4D

Color #21BD4D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21BD4D

Tints of Dark Pastel Green #21BD4D

Color information

#21BD4D (or 0x21BD4D) is unknown color: approx Dark Pastel Green. HEX triplet: 21, BD and 4D. RGB value is (33,189,77). Sum of RGB (Red+Green+Blue) = 33+189+77=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD4D is #DE42B2. Grayscale: #818181. Windows color (decimal): -14566067 or 5094689. OLE color: 5094689.

HSL color Cylindrical-coordinate representation of color #21BD4D: hue angle of 136.92º 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 #21BD4D is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB3318977-
CMYK0.8300.590.26
HSL136.92º70.27%43.53%-
HSV(B)136.92º82.54%74.12%-
XYZ20.1637.2513.15-
YUV129.5998.3259.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=11.04%
G=63.21%
B=25.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33189770.8300.590.26136.9270.2743.53
Hex21BD4D5303B1A89462c
Octal412751151230733221110654
Binary1000011011110110011011010011011101111010100010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21BD4D;
 }
 .AnyTagClassName
 {
   color: #21BD4D;
 }
</style>
background-color css

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

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

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

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

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

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