#8BDB72

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

Shades of Pastel Green #8BDB72

Tints of Pastel Green #8BDB72

Color information

#8BDB72 (or 0x8BDB72) is unknown color: approx Pastel Green. HEX triplet: 8B, DB and 72. RGB value is (139,219,114). Sum of RGB (Red+Green+Blue) = 139+219+114=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB72 is #74248D. Grayscale: #B7B7B7. Windows color (decimal): -7611534 or 7527307. OLE color: 7527307.

HSL color Cylindrical-coordinate representation of color #8BDB72: hue angle of 105.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BDB72 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB139219114-
CMYK0.3700.480.14
HSL105.71º59.32%65.29%-
HSV(B)105.71º47.95%85.88%-
XYZ39.0257.3724.94-
YUV183.118996.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 219 (85.94% from 255) = 46.40%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=29.45%
G=46.40%
B=24.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191140.3700.480.14105.7159.3265.29
Hex8BDB7225030E6a3b41
Octal213333162450601615273101
Binary100010111101101111100101001010110000111011010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,114); }

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

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

 a { background-color: rgb(139,219,114); }

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

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

 span { border-color: rgb(139,219,114); }

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