#8BFD75

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

Shades of Light Green #8BFD75

Tints of Light Green #8BFD75

Color information

#8BFD75 (or 0x8BFD75) is unknown color: approx Light Green. HEX triplet: 8B, FD and 75. RGB value is (139,253,117). Sum of RGB (Red+Green+Blue) = 139+253+117=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFD75 is #74028A. Grayscale: #CBCBCB. Windows color (decimal): -7602827 or 7732619. OLE color: 7732619.

HSL color Cylindrical-coordinate representation of color #8BFD75: hue angle of 110.29º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BFD75 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB139253117-
CMYK0.4500.540.01
HSL110.29º97.14%72.55%-
HSV(B)110.29º53.75%99.22%-
XYZ48.9877.0229.12-
YUV203.4179.2382.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 253 (99.22% from 255) = 49.71%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=27.31%
G=49.71%
B=22.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392531170.4500.540.01110.2997.1472.55
Hex8BFD752D03616e6149
Octal213375165550661156141111
Binary1000101111111101111010110110101101101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,253,117); }

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

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

 a { background-color: rgb(139,253,117); }

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

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

 span { border-color: rgb(139,253,117); }

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