Html Css Color HEX #8EE466 Gossip

📋 copy color: '#8EE466'

red 142 ◦ green 228 ◦ blue 102

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

Shades of Gossip #8EE466

Tints of Gossip #8EE466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.31%

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 30.08%
G = 48.31%
B = 21.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#8EE466 (or 0x8EE466) is known color: Gossip. HEX triplet: 8E, E4 and 66. RGB value is (142,228,102). Sum of RGB (Red+Green+Blue) = 142+228+102=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE466 is #711B99. Grayscale: #BCBCBC. Windows color (decimal): -7412634 or 6743182. OLE color: 6743182.

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

Color convert

RGB 142 228 102 -
CMYK 0.38 0 0.55 0.11
HSL 100.95º 0.7% 0.65% -
HSV(B) 100.95º 0.55% 0.89% -
XYZ 41.3 62.2 22.4 -
YUV 187.92 79.51 95.25 -
System Red Green Blue C M Y K H S L
Decimal 142 228 102 0.38 0 0.55 0.11 100.95 0.7 0.65
Hex 8E E4 66 26 0 37 B 65 46 41
Octal 216 344 146 46 0 67 13 145 106 101
Binary 10001110 11100100 1100110 100110 0 110111 1011 1100101 1000110 1000001

Color Harmonies of #8EE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE466

Black with #8EE466

Text Example


Text Example

White with #8EE466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,228,102); }

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

background-color css

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

 a { background-color: rgb(142,228,102); }

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

border-color css

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

 span { border-color: rgb(142,228,102); }

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