#8DF75A

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

Shades of Screamin' Green #8DF75A

Tints of Screamin' Green #8DF75A

Color information

#8DF75A (or 0x8DF75A) is unknown color: approx Screamin' Green. HEX triplet: 8D, F7 and 5A. RGB value is (141,247,90). Sum of RGB (Red+Green+Blue) = 141+247+90=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF75A is #7208A5. Grayscale: #C5C5C5. Windows color (decimal): -7473318 or 5961613. OLE color: 5961613.

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

Color convert

RGB14124790-
CMYK0.4300.640.03
HSL100.51º90.75%66.08%-
HSV(B)100.51º63.56%96.86%-
XYZ46.0972.9221.32-
YUV197.4167.3887.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 247 (96.88% from 255) = 51.67%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=29.50%
G=51.67%
B=18.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal141247900.4300.640.03100.5190.7566.08
Hex8DF75A2B0403655b42
Octal2153671325301003145133102
Binary100011011111011110110101010110100000011110010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,247,90); }

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

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

 a { background-color: rgb(141,247,90); }

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

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

 span { border-color: rgb(141,247,90); }

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