#21B853

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

Shades of Dark Pastel Green #21B853

Tints of Dark Pastel Green #21B853

Color information

#21B853 (or 0x21B853) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B8 and 53. RGB value is (33,184,83). Sum of RGB (Red+Green+Blue) = 33+184+83=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #21B853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B853 is #DE47AC. Grayscale: #7F7F7F. Windows color (decimal): -14567341 or 5486625. OLE color: 5486625.

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

Color convert

RGB3318483-
CMYK0.8200.550.28
HSL139.87º69.59%42.55%-
HSV(B)139.87º82.07%72.16%-
XYZ19.3335.2313.96-
YUV127.34102.9760.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 184 (72.27% from 255) = 61.33%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=11%
G=61.33%
B=27.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33184830.8200.550.28139.8769.5942.55
Hex21B853520371C8c462b
Octal412701231220673421410653
Binary1000011011100010100111010010011011111100100011001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,83); }

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

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

 a { background-color: rgb(33,184,83); }

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

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

 span { border-color: rgb(33,184,83); }

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