Html Css Color HEX #21BD4C Dark Pastel Green

📋 copy color: '#21BD4C'

red 33 ◦ green 189 ◦ blue 76

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

Shades of Dark Pastel Green #21BD4C

Tints of Dark Pastel Green #21BD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 11.07%
G = 63.42%
B = 25.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#21BD4C (or 0x21BD4C) is known color: Dark Pastel Green. HEX triplet: 21, BD and 4C. RGB value is (33,189,76). Sum of RGB (Red+Green+Blue) = 33+189+76=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD4C is #DE42B3. Grayscale: #818181. Windows color (decimal): -14566068 or 5029153. OLE color: 5029153.

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

Color convert

RGB 33 189 76 -
CMYK 0.83 0 0.60 0.26
HSL 136.54º 0.7% 0.44% -
HSV(B) 136.54º 0.83% 0.74% -
XYZ 20.13 37.24 12.96 -
YUV 129.47 97.82 59.19 -
System Red Green Blue C M Y K H S L
Decimal 33 189 76 0.83 0 0.60 0.26 136.54 0.7 0.44
Hex 21 BD 4C 53 0 3C 1A 89 46 2C
Octal 41 275 114 123 0 74 32 211 106 54
Binary 100001 10111101 1001100 1010011 0 111100 11010 10001001 1000110 101100

Color Harmonies of #21BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD4C

Black with #21BD4C

Text Example


Text Example

White with #21BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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