#8BF96E

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

Shades of Pastel Green #8BF96E

Tints of Pastel Green #8BF96E

Color information

#8BF96E (or 0x8BF96E) is unknown color: approx Pastel Green. HEX triplet: 8B, F9 and 6E. RGB value is (139,249,110). Sum of RGB (Red+Green+Blue) = 139+249+110=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF96E is #740691. Grayscale: #C8C8C8. Windows color (decimal): -7603858 or 7272843. OLE color: 7272843.

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

Color convert

RGB139249110-
CMYK0.4400.560.02
HSL107.48º92.05%70.39%-
HSV(B)107.48º55.82%97.65%-
XYZ47.3474.3726.61-
YUV200.2677.0684.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 249 (97.66% from 255) = 50%
BLUE value IS 110 (43.36% from 255) = 22.09%
R=27.91%
G=50%
B=22.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392491100.4400.560.02107.4892.0570.39
Hex8BF96E2C03826b5c46
Octal213371156540702153134106
Binary10001011111110011101110101100011100010110101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,249,110); }

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

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

 a { background-color: rgb(139,249,110); }

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

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

 span { border-color: rgb(139,249,110); }

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