Html Css Color HEX #8CCD74 Gossip

📋 copy color: '#8CCD74'

red 140 ◦ green 205 ◦ blue 116

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

Shades of Gossip #8CCD74

Tints of Gossip #8CCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 30.37%
G = 44.47%
B = 25.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#8CCD74 (or 0x8CCD74) is known color: Gossip. HEX triplet: 8C, CD and 74. RGB value is (140,205,116). Sum of RGB (Red+Green+Blue) = 140+205+116=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD74 is #73328B. Grayscale: #AFAFAF. Windows color (decimal): -7549580 or 7654796. OLE color: 7654796.

HSL color Cylindrical-coordinate representation of color #8CCD74: hue angle of 103.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CCD74 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 116 -
CMYK 0.32 0 0.43 0.20
HSL 103.82º 0.47% 0.63% -
HSV(B) 103.82º 0.43% 0.8% -
XYZ 35.8 50.5 24.38 -
YUV 175.42 94.47 102.74 -
System Red Green Blue C M Y K H S L
Decimal 140 205 116 0.32 0 0.43 0.20 103.82 0.47 0.63
Hex 8C CD 74 20 0 2B 14 68 2F 3F
Octal 214 315 164 40 0 53 24 150 57 77
Binary 10001100 11001101 1110100 100000 0 101011 10100 1101000 101111 111111

Color Harmonies of #8CCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD74

Black with #8CCD74

Text Example


Text Example

White with #8CCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,116); }

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

background-color css

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

 a { background-color: rgb(140,205,116); }

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

border-color css

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

 span { border-color: rgb(140,205,116); }

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