#8DF96B

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

Shades of Pastel Green #8DF96B

Tints of Pastel Green #8DF96B

Color information

#8DF96B (or 0x8DF96B) is unknown color: approx Pastel Green. HEX triplet: 8D, F9 and 6B. RGB value is (141,249,107). Sum of RGB (Red+Green+Blue) = 141+249+107=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF96B is #720694. Grayscale: #C8C8C8. Windows color (decimal): -7472789 or 7076237. OLE color: 7076237.

HSL color Cylindrical-coordinate representation of color #8DF96B: hue angle of 105.63º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DF96B is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB141249107-
CMYK0.4300.570.02
HSL105.63º92.21%69.8%-
HSV(B)105.63º57.03%97.65%-
XYZ47.5174.4825.78-
YUV200.5275.2285.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 249 (97.66% from 255) = 50.10%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=28.37%
G=50.10%
B=21.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491070.4300.570.02105.6392.2169.8
Hex8DF96B2B03926a5c46
Octal215371153530712152134106
Binary10001101111110011101011101011011100110110101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,249,107); }

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

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

 a { background-color: rgb(141,249,107); }

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

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

 span { border-color: rgb(141,249,107); }

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