#21BA43

Color #21BA43 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21BA43

Tints of Dark Pastel Green #21BA43

Color information

#21BA43 (or 0x21BA43) is unknown color: approx Dark Pastel Green. HEX triplet: 21, BA and 43. RGB value is (33,186,67). Sum of RGB (Red+Green+Blue) = 33+186+67=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA43 is #DE45BC. Grayscale: #7F7F7F. Windows color (decimal): -14566845 or 4438561. OLE color: 4438561.

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

Color convert

RGB3318667-
CMYK0.8200.640.27
HSL133.33º69.86%42.94%-
HSV(B)133.33º82.26%72.94%-
XYZ19.235.8511.22-
YUV126.6994.3161.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 186 (73.05% from 255) = 65.03%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=11.54%
G=65.03%
B=23.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186670.8200.640.27133.3369.8642.94
Hex21BA43520401B85462b
Octal4127210312201003320510653
Binary10000110111010100001110100100100000011011100001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21BA43;
 }
 .AnyTagClassName
 {
   color: #21BA43;
 }
</style>
background-color css

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

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

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

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

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

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