Html Css Color HEX #8EE268 Gossip

📋 copy color: '#8EE268'

red 142 ◦ green 226 ◦ blue 104

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

Shades of Gossip #8EE268

Tints of Gossip #8EE268

RGB

 RED value IS 142 (55.86% from 255) = 30.08%

 GREEN value IS 226 (88.67% from 255) = 47.88%

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 30.08%
G = 47.88%
B = 22.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#8EE268 (or 0x8EE268) is known color: Gossip. HEX triplet: 8E, E2 and 68. RGB value is (142,226,104). Sum of RGB (Red+Green+Blue) = 142+226+104=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE268 is #711D97. Grayscale: #BBBBBB. Windows color (decimal): -7413144 or 6873742. OLE color: 6873742.

HSL color Cylindrical-coordinate representation of color #8EE268: hue angle of 101.31º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EE268 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 226 104 -
CMYK 0.37 0 0.54 0.11
HSL 101.31º 0.68% 0.65% -
HSV(B) 101.31º 0.54% 0.89% -
XYZ 40.85 61.14 22.75 -
YUV 186.98 81.17 95.92 -
System Red Green Blue C M Y K H S L
Decimal 142 226 104 0.37 0 0.54 0.11 101.31 0.68 0.65
Hex 8E E2 68 25 0 36 B 65 44 41
Octal 216 342 150 45 0 66 13 145 104 101
Binary 10001110 11100010 1101000 100101 0 110110 1011 1100101 1000100 1000001

Color Harmonies of #8EE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE268

Black with #8EE268

Text Example


Text Example

White with #8EE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,226,104); }

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

background-color css

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

 a { background-color: rgb(142,226,104); }

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

border-color css

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

 span { border-color: rgb(142,226,104); }

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