Html Css Color HEX #21BC40 Dark Pastel Green

📋 copy color: '#21BC40'

red 33 ◦ green 188 ◦ blue 64

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

Shades of Dark Pastel Green #21BC40

Tints of Dark Pastel Green #21BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 11.58%
G = 65.96%
B = 22.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#21BC40 (or 0x21BC40) is known color: Dark Pastel Green. HEX triplet: 21, BC and 40. RGB value is (33,188,64). Sum of RGB (Red+Green+Blue) = 33+188+64=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC40 is #DE43BF. Grayscale: #7F7F7F. Windows color (decimal): -14566336 or 4242465. OLE color: 4242465.

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

Color convert

RGB 33 188 64 -
CMYK 0.82 0 0.66 0.26
HSL 132º 0.7% 0.43% -
HSV(B) 132º 0.82% 0.74% -
XYZ 19.54 36.66 10.9 -
YUV 127.52 92.15 60.58 -
System Red Green Blue C M Y K H S L
Decimal 33 188 64 0.82 0 0.66 0.26 132 0.7 0.43
Hex 21 BC 40 52 0 42 1A 84 46 2B
Octal 41 274 100 122 0 102 32 204 106 53
Binary 100001 10111100 1000000 1010010 0 1000010 11010 10000100 1000110 101011

Color Harmonies of #21BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC40

Black with #21BC40

Text Example


Text Example

White with #21BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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