Html Css Color HEX #8CDA74 Gossip

📋 copy color: '#8CDA74'

red 140 ◦ green 218 ◦ blue 116

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

Shades of Gossip #8CDA74

Tints of Gossip #8CDA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

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

R = 29.54%
G = 45.99%
B = 24.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#8CDA74 (or 0x8CDA74) is known color: Gossip. HEX triplet: 8C, DA and 74. RGB value is (140,218,116). Sum of RGB (Red+Green+Blue) = 140+218+116=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA74 is #73258B. Grayscale: #B7B7B7. Windows color (decimal): -7546252 or 7658124. OLE color: 7658124.

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

Color convert

RGB 140 218 116 -
CMYK 0.36 0 0.47 0.15
HSL 105.88º 0.58% 0.65% -
HSV(B) 105.88º 0.47% 0.85% -
XYZ 39.04 56.98 25.46 -
YUV 183.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 140 218 116 0.36 0 0.47 0.15 105.88 0.58 0.65
Hex 8C DA 74 24 0 2F F 6A 3A 41
Octal 214 332 164 44 0 57 17 152 72 101
Binary 10001100 11011010 1110100 100100 0 101111 1111 1101010 111010 1000001

Color Harmonies of #8CDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA74

Black with #8CDA74

Text Example


Text Example

White with #8CDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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