#8DF975

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

Shades of Light Green #8DF975

Tints of Light Green #8DF975

Color information

#8DF975 (or 0x8DF975) is unknown color: approx Light Green. HEX triplet: 8D, F9 and 75. RGB value is (141,249,117). Sum of RGB (Red+Green+Blue) = 141+249+117=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF975 is #72068A. Grayscale: #CACACA. Windows color (decimal): -7472779 or 7731597. OLE color: 7731597.

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

Color convert

RGB141249117-
CMYK0.4300.530.02
HSL109.09º91.67%71.76%-
HSV(B)109.09º53.01%97.65%-
XYZ48.0774.728.71-
YUV201.6680.2284.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 249 (97.66% from 255) = 49.11%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=27.81%
G=49.11%
B=23.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491170.4300.530.02109.0991.6771.76
Hex8DF9752B03526d5c48
Octal215371165530652155134110
Binary10001101111110011110101101011011010110110110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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