Html Css Color HEX #21BC50 Dark Pastel Green

📋 copy color: '#21BC50'

red 33 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #21BC50

Tints of Dark Pastel Green #21BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.46%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 10.96%
G = 62.46%
B = 26.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#21BC50 (or 0x21BC50) is known color: Dark Pastel Green. HEX triplet: 21, BC and 50. RGB value is (33,188,80). Sum of RGB (Red+Green+Blue) = 33+188+80=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC50 is #DE43AF. Grayscale: #818181. Windows color (decimal): -14566320 or 5291041. OLE color: 5291041.

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

Color convert

RGB 33 188 80 -
CMYK 0.82 0 0.57 0.26
HSL 138.19º 0.7% 0.43% -
HSV(B) 138.19º 0.82% 0.74% -
XYZ 20.06 36.87 13.65 -
YUV 129.34 100.15 59.28 -
System Red Green Blue C M Y K H S L
Decimal 33 188 80 0.82 0 0.57 0.26 138.19 0.7 0.43
Hex 21 BC 50 52 0 39 1A 8A 46 2B
Octal 41 274 120 122 0 71 32 212 106 53
Binary 100001 10111100 1010000 1010010 0 111001 11010 10001010 1000110 101011

Color Harmonies of #21BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC50

Black with #21BC50

Text Example


Text Example

White with #21BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,80); }

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

background-color css

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

 a { background-color: rgb(33,188,80); }

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

border-color css

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

 span { border-color: rgb(33,188,80); }

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