#8BDD72

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

Shades of Pastel Green #8BDD72

Tints of Pastel Green #8BDD72

Color information

#8BDD72 (or 0x8BDD72) is unknown color: approx Pastel Green. HEX triplet: 8B, DD and 72. RGB value is (139,221,114). Sum of RGB (Red+Green+Blue) = 139+221+114=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD72 is #74228D. Grayscale: #B8B8B8. Windows color (decimal): -7611022 or 7527819. OLE color: 7527819.

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

Color convert

RGB139221114-
CMYK0.3700.480.13
HSL105.98º61.14%65.69%-
HSV(B)105.98º48.42%86.67%-
XYZ39.5458.4225.11-
YUV184.2888.3395.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.32%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=29.32%
G=46.62%
B=24.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211140.3700.480.13105.9861.1465.69
Hex8BDD7225030D6a3d42
Octal213335162450601515275102
Binary100010111101110111100101001010110000110111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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