#8bdf71

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

Shades of Pastel Green #8BDF71

Tints of Pastel Green #8BDF71

Color information

#8BDF71 (or 0x8BDF71) is unknown color: approx Pastel Green. HEX triplet: 8B, DF and 71. RGB value is (139,223,113). Sum of RGB (Red+Green+Blue) = 139+223+113=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF71 is #74208E. Grayscale: #B9B9B9. Windows color (decimal): -7610511 or 7462795. OLE color: 7462795.

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

Color convert

RGB139223113-
CMYK0.3800.490.13
HSL105.82º63.22%65.88%-
HSV(B)105.82º49.33%87.45%-
XYZ40.0259.4624.99-
YUV185.3487.1794.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=29.26%
G=46.95%
B=23.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231130.3800.490.13105.8263.2265.88
Hex8BDF7126031D6a3f42
Octal213337161460611515277102
Binary100010111101111111100011001100110001110111010101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bdf71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,113); }

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

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

 a { background-color: rgb(139,223,113); }

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

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

 span { border-color: rgb(139,223,113); }

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