#8DFF66

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

Shades of Screamin' Green #8DFF66

Tints of Screamin' Green #8DFF66

Color information

#8DFF66 (or 0x8DFF66) is unknown color: approx Screamin' Green. HEX triplet: 8D, FF and 66. RGB value is (141,255,102). Sum of RGB (Red+Green+Blue) = 141+255+102=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DFF66 is #720099. Grayscale: #CBCBCB. Windows color (decimal): -7471258 or 6750093. OLE color: 6750093.

HSL color Cylindrical-coordinate representation of color #8DFF66: hue angle of 104.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DFF66 is Cyan = 0.45, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB141255102-
CMYK0.4500.60
HSL104.71º100%70%-
HSV(B)104.71º60%100%-
XYZ49.1478.1425.06-
YUV203.4770.7383.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 255 (100% from 255) = 51.20%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=28.31%
G=51.20%
B=20.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551020.4500.60104.7110070
Hex8DFF662D03C0696446
Octal215377146550740151144106
Binary1000110111111111110011010110101111000110100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,102); }

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

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

 a { background-color: rgb(141,255,102); }

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

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

 span { border-color: rgb(141,255,102); }

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