Html Css Color HEX #8CF861 Screamin' Green

📋 copy color: '#8CF861'

red 140 ◦ green 248 ◦ blue 97

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

Shades of Screamin' Green #8CF861

Tints of Screamin' Green #8CF861

RGB

 RED value IS 140 (55.08% from 255) = 28.87%

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

 BLUE value IS 97 (38.28% from 255) = 20%

R = 28.87%
G = 51.13%
B = 20%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#8CF861 (or 0x8CF861) is known color: Screamin' Green. HEX triplet: 8C, F8 and 61. RGB value is (140,248,97). Sum of RGB (Red+Green+Blue) = 140+248+97=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF861 is #73079E. Grayscale: #C6C6C6. Windows color (decimal): -7538591 or 6420620. OLE color: 6420620.

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

Color convert

RGB 140 248 97 -
CMYK 0.44 0 0.61 0.03
HSL 102.91º 0.92% 0.68% -
HSV(B) 102.91º 0.61% 0.97% -
XYZ 46.54 73.57 23.06 -
YUV 198.49 70.72 86.28 -
System Red Green Blue C M Y K H S L
Decimal 140 248 97 0.44 0 0.61 0.03 102.91 0.92 0.68
Hex 8C F8 61 2C 0 3D 3 67 5C 44
Octal 214 370 141 54 0 75 3 147 134 104
Binary 10001100 11111000 1100001 101100 0 111101 11 1100111 1011100 1000100

Color Harmonies of #8CF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF861

Black with #8CF861

Text Example


Text Example

White with #8CF861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,248,97); }

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

background-color css

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

 a { background-color: rgb(140,248,97); }

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

border-color css

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

 span { border-color: rgb(140,248,97); }

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