Html Css Color HEX #8EDF6B Gossip

📋 copy color: '#8EDF6B'

red 142 ◦ green 223 ◦ blue 107

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

Shades of Gossip #8EDF6B

Tints of Gossip #8EDF6B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 107 (42.19% from 255) = 22.67%

R = 30.08%
G = 47.25%
B = 22.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#8EDF6B (or 0x8EDF6B) is known color: Gossip. HEX triplet: 8E, DF and 6B. RGB value is (142,223,107). Sum of RGB (Red+Green+Blue) = 142+223+107=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF6B is #712094. Grayscale: #B9B9B9. Windows color (decimal): -7413909 or 7069582. OLE color: 7069582.

HSL color Cylindrical-coordinate representation of color #8EDF6B: hue angle of 101.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EDF6B is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 107 -
CMYK 0.36 0 0.52 0.13
HSL 101.9º 0.64% 0.65% -
HSV(B) 101.9º 0.52% 0.87% -
XYZ 40.2 59.59 23.29 -
YUV 185.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 142 223 107 0.36 0 0.52 0.13 101.9 0.64 0.65
Hex 8E DF 6B 24 0 34 D 66 40 41
Octal 216 337 153 44 0 64 15 146 100 101
Binary 10001110 11011111 1101011 100100 0 110100 1101 1100110 1000000 1000001

Color Harmonies of #8EDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF6B

Black with #8EDF6B

Text Example


Text Example

White with #8EDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,107); }

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

background-color css

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

 a { background-color: rgb(142,223,107); }

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

border-color css

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

 span { border-color: rgb(142,223,107); }

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