Html Css Color HEX #8CD575 Gossip

📋 copy color: '#8CD575'

red 140 ◦ green 213 ◦ blue 117

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

Shades of Gossip #8CD575

Tints of Gossip #8CD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

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

R = 29.79%
G = 45.32%
B = 24.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8CD575 (or 0x8CD575) is known color: Gossip. HEX triplet: 8C, D5 and 75. RGB value is (140,213,117). Sum of RGB (Red+Green+Blue) = 140+213+117=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD575 is #732A8A. Grayscale: #B4B4B4. Windows color (decimal): -7547531 or 7722380. OLE color: 7722380.

HSL color Cylindrical-coordinate representation of color #8CD575: hue angle of 105.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CD575 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 117 -
CMYK 0.34 0 0.45 0.16
HSL 105.63º 0.53% 0.65% -
HSV(B) 105.63º 0.45% 0.84% -
XYZ 37.82 54.45 25.35 -
YUV 180.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 140 213 117 0.34 0 0.45 0.16 105.63 0.53 0.65
Hex 8C D5 75 22 0 2D 10 6A 35 41
Octal 214 325 165 42 0 55 20 152 65 101
Binary 10001100 11010101 1110101 100010 0 101101 10000 1101010 110101 1000001

Color Harmonies of #8CD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD575

Black with #8CD575

Text Example


Text Example

White with #8CD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,117); }

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

background-color css

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

 a { background-color: rgb(140,213,117); }

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

border-color css

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

 span { border-color: rgb(140,213,117); }

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