#8CF575

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

Shades of Light Green #8CF575

Tints of Light Green #8CF575

Color information

#8CF575 (or 0x8CF575) is unknown color: approx Light Green. HEX triplet: 8C, F5 and 75. RGB value is (140,245,117). Sum of RGB (Red+Green+Blue) = 140+245+117=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF575 is #730A8A. Grayscale: #C7C7C7. Windows color (decimal): -7539339 or 7730572. OLE color: 7730572.

HSL color Cylindrical-coordinate representation of color #8CF575: hue angle of 109.22º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CF575 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB140245117-
CMYK0.4300.520.04
HSL109.22º86.49%70.98%-
HSV(B)109.22º52.24%96.08%-
XYZ46.6872.1628.3-
YUV199.0181.7185.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 245 (96.09% from 255) = 48.80%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=27.89%
G=48.80%
B=23.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402451170.4300.520.04109.2286.4970.98
Hex8CF5752B03446d5647
Octal214365165530644155126107
Binary100011001111010111101011010110110100100110110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,245,117); }

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

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

 a { background-color: rgb(140,245,117); }

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

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

 span { border-color: rgb(140,245,117); }

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