#8BDD7B

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

Shades of Pastel Green #8BDD7B

Tints of Pastel Green #8BDD7B

Color information

#8BDD7B (or 0x8BDD7B) is unknown color: approx Pastel Green. HEX triplet: 8B, DD and 7B. RGB value is (139,221,123). Sum of RGB (Red+Green+Blue) = 139+221+123=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD7B is #742284. Grayscale: #B9B9B9. Windows color (decimal): -7611013 or 8117643. OLE color: 8117643.

HSL color Cylindrical-coordinate representation of color #8BDD7B: hue angle of 110.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BDD7B is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB139221123-
CMYK0.3700.440.13
HSL110.2º59.04%67.45%-
HSV(B)110.2º44.34%86.67%-
XYZ40.0858.6327.94-
YUV185.3192.8394.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=28.78%
G=45.76%
B=25.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211230.3700.440.13110.259.0467.45
Hex8BDD7B2502CD6e3b43
Octal213335173450541515673103
Binary100010111101110111110111001010101100110111011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDD7B; }

 p { color: rgb(139,221,123); }

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

<style>
 a { background-color: #8BDD7B; }

 a { background-color: rgb(139,221,123); }

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

<style>
 span { border-color: #8BDD7B; }

 span { border-color: rgb(139,221,123); }

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