#8cf795

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

Shades of Light Green #8CF795

Tints of Light Green #8CF795

Color information

#8CF795 (or 0x8CF795) is unknown color: approx Light Green. HEX triplet: 8C, F7 and 95. RGB value is (140,247,149). Sum of RGB (Red+Green+Blue) = 140+247+149=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF795 is #73086A. Grayscale: #CCCCCC. Windows color (decimal): -7538795 or 9828236. OLE color: 9828236.

HSL color Cylindrical-coordinate representation of color #8CF795: hue angle of 125.05º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF795 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB140247149-
CMYK0.4300.400.03
HSL125.05º86.99%75.88%-
HSV(B)125.05º43.32%96.86%-
XYZ49.574.2740.16-
YUV203.8397.0582.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=26.12%
G=46.08%
B=27.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1402471490.4300.400.03125.0586.9975.88
Hex8CF7952B02837d574c
Octal214367225530503175127114
Binary100011001111011110010101101011010100011111110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cf795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,247,149); }

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

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

 a { background-color: rgb(140,247,149); }

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

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

 span { border-color: rgb(140,247,149); }

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