Html Css Color HEX #8CDD72 Gossip

📋 copy color: '#8CDD72'

red 140 ◦ green 221 ◦ blue 114

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

Shades of Gossip #8CDD72

Tints of Gossip #8CDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 29.47%
G = 46.53%
B = 24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8CDD72 (or 0x8CDD72) is known color: Gossip. HEX triplet: 8C, DD and 72. RGB value is (140,221,114). Sum of RGB (Red+Green+Blue) = 140+221+114=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD72 is #73228D. Grayscale: #B8B8B8. Windows color (decimal): -7545486 or 7527820. OLE color: 7527820.

HSL color Cylindrical-coordinate representation of color #8CDD72: hue angle of 105.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDD72 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 114 -
CMYK 0.37 0 0.48 0.13
HSL 105.42º 0.61% 0.66% -
HSV(B) 105.42º 0.48% 0.87% -
XYZ 39.71 58.5 25.12 -
YUV 184.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 140 221 114 0.37 0 0.48 0.13 105.42 0.61 0.66
Hex 8C DD 72 25 0 30 D 69 3D 42
Octal 214 335 162 45 0 60 15 151 75 102
Binary 10001100 11011101 1110010 100101 0 110000 1101 1101001 111101 1000010

Color Harmonies of #8CDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD72

Black with #8CDD72

Text Example


Text Example

White with #8CDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,114); }

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

background-color css

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

 a { background-color: rgb(140,221,114); }

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

border-color css

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

 span { border-color: rgb(140,221,114); }

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