Html Css Color HEX #8DF85D Screamin' Green

📋 copy color: '#8DF85D'

red 141 ◦ green 248 ◦ blue 93

#8DF85D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #8DF85D

Tints of Screamin' Green #8DF85D

RGB

 RED value IS 141 (55.47% from 255) = 29.25%

 GREEN value IS 248 (97.27% from 255) = 51.45%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 29.25%
G = 51.45%
B = 19.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#8DF85D (or 0x8DF85D) is known color: Screamin' Green. HEX triplet: 8D, F8 and 5D. RGB value is (141,248,93). Sum of RGB (Red+Green+Blue) = 141+248+93=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF85D is #7207A2. Grayscale: #C6C6C6. Windows color (decimal): -7473059 or 6158477. OLE color: 6158477.

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

Color convert

RGB 141 248 93 -
CMYK 0.43 0 0.62 0.03
HSL 101.42º 0.92% 0.67% -
HSV(B) 101.42º 0.63% 0.97% -
XYZ 46.53 73.59 22.11 -
YUV 198.34 68.55 87.1 -
System Red Green Blue C M Y K H S L
Decimal 141 248 93 0.43 0 0.62 0.03 101.42 0.92 0.67
Hex 8D F8 5D 2B 0 3E 3 65 5C 43
Octal 215 370 135 53 0 76 3 145 134 103
Binary 10001101 11111000 1011101 101011 0 111110 11 1100101 1011100 1000011

Color Harmonies of #8DF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF85D

Black with #8DF85D

Text Example


Text Example

White with #8DF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,248,93); }

 H1.HeaderClassName
 {
   color: #8DF85D;
 }
 .AnyTagClassName
 {
   color: #8DF85D;
 }
</style>

background-color css

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

 a { background-color: rgb(141,248,93); }

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

border-color css

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

 span { border-color: rgb(141,248,93); }

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