Html Css Color HEX #21BD43 Dark Pastel Green

📋 copy color: '#21BD43'

red 33 ◦ green 189 ◦ blue 67

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

Shades of Dark Pastel Green #21BD43

Tints of Dark Pastel Green #21BD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 11.42%
G = 65.4%
B = 23.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#21BD43 (or 0x21BD43) is known color: Dark Pastel Green. HEX triplet: 21, BD and 43. RGB value is (33,189,67). Sum of RGB (Red+Green+Blue) = 33+189+67=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD43 is #DE42BC. Grayscale: #808080. Windows color (decimal): -14566077 or 4439329. OLE color: 4439329.

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

Color convert

RGB 33 189 67 -
CMYK 0.83 0 0.65 0.26
HSL 133.08º 0.7% 0.44% -
HSV(B) 133.08º 0.83% 0.74% -
XYZ 19.84 37.12 11.43 -
YUV 128.45 93.32 59.92 -
System Red Green Blue C M Y K H S L
Decimal 33 189 67 0.83 0 0.65 0.26 133.08 0.7 0.44
Hex 21 BD 43 53 0 41 1A 85 46 2C
Octal 41 275 103 123 0 101 32 205 106 54
Binary 100001 10111101 1000011 1010011 0 1000001 11010 10000101 1000110 101100

Color Harmonies of #21BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD43

Black with #21BD43

Text Example


Text Example

White with #21BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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