#21BB4E

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

Shades of Dark Pastel Green #21BB4E

Tints of Dark Pastel Green #21BB4E

Color information

#21BB4E (or 0x21BB4E) is unknown color: approx Dark Pastel Green. HEX triplet: 21, BB and 4E. RGB value is (33,187,78). Sum of RGB (Red+Green+Blue) = 33+187+78=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BB4E is #DE44B1. Grayscale: #808080. Windows color (decimal): -14566578 or 5159713. OLE color: 5159713.

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

Color convert

RGB3318778-
CMYK0.8200.580.27
HSL137.53º70%43.14%-
HSV(B)137.53º82.35%73.33%-
XYZ19.7736.4113.19-
YUV128.5399.4859.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 187 (73.44% from 255) = 62.75%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=11.07%
G=62.75%
B=26.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33187780.8200.580.27137.537043.14
Hex21BB4E5203A1B8a462b
Octal412731161220723321210653
Binary1000011011101110011101010010011101011011100010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,187,78); }

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

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

 a { background-color: rgb(33,187,78); }

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

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

 span { border-color: rgb(33,187,78); }

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