Html Css Color HEX #21BD4D Dark Pastel Green

📋 copy color: '#21BD4D'

red 33 ◦ green 189 ◦ blue 77

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

Shades of Dark Pastel Green #21BD4D

Tints of Dark Pastel Green #21BD4D

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 value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#21BD4D (or 0x21BD4D) is known color: 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

RGB 33 189 77 -
CMYK 0.83 0 0.59 0.26
HSL 136.92º 0.7% 0.44% -
HSV(B) 136.92º 0.83% 0.74% -
XYZ 20.16 37.25 13.15 -
YUV 129.59 98.32 59.11 -
System Red Green Blue C M Y K H S L
Decimal 33 189 77 0.83 0 0.59 0.26 136.92 0.7 0.44
Hex 21 BD 4D 53 0 3B 1A 89 46 2C
Octal 41 275 115 123 0 73 32 211 106 54
Binary 100001 10111101 1001101 1010011 0 111011 11010 10001001 1000110 101100

Color Harmonies of #21BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD4D

Black with #21BD4D

Text Example


Text Example

White with #21BD4D

Text Example


Text Example

HTML Codes & Css Web 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>