Html Css Color HEX #8BD875 Gossip

📋 copy color: '#8BD875'

red 139 ◦ green 216 ◦ blue 117

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

Shades of Gossip #8BD875

Tints of Gossip #8BD875

RGB

 RED value IS 139 (54.69% from 255) = 29.45%

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 29.45%
G = 45.76%
B = 24.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#8BD875 (or 0x8BD875) is known color: Gossip. HEX triplet: 8B, D8 and 75. RGB value is (139,216,117). Sum of RGB (Red+Green+Blue) = 139+216+117=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD875 is #74278A. Grayscale: #B6B6B6. Windows color (decimal): -7612299 or 7723147. OLE color: 7723147.

HSL color Cylindrical-coordinate representation of color #8BD875: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD875 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 216 117 -
CMYK 0.36 0 0.46 0.15
HSL 106.67º 0.56% 0.65% -
HSV(B) 106.67º 0.46% 0.85% -
XYZ 38.41 55.89 25.59 -
YUV 181.69 91.49 97.55 -
System Red Green Blue C M Y K H S L
Decimal 139 216 117 0.36 0 0.46 0.15 106.67 0.56 0.65
Hex 8B D8 75 24 0 2E F 6B 38 41
Octal 213 330 165 44 0 56 17 153 70 101
Binary 10001011 11011000 1110101 100100 0 101110 1111 1101011 111000 1000001

Color Harmonies of #8BD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD875

Black with #8BD875

Text Example


Text Example

White with #8BD875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,216,117); }

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

background-color css

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

 a { background-color: rgb(139,216,117); }

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

border-color css

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

 span { border-color: rgb(139,216,117); }

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