Html Css Color HEX #8CD273 Gossip

📋 copy color: '#8CD273'

red 140 ◦ green 210 ◦ blue 115

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

Shades of Gossip #8CD273

Tints of Gossip #8CD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 30.11%
G = 45.16%
B = 24.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8CD273 (or 0x8CD273) is known color: Gossip. HEX triplet: 8C, D2 and 73. RGB value is (140,210,115). Sum of RGB (Red+Green+Blue) = 140+210+115=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD273 is #732D8C. Grayscale: #B2B2B2. Windows color (decimal): -7548301 or 7590540. OLE color: 7590540.

HSL color Cylindrical-coordinate representation of color #8CD273: hue angle of 104.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CD273 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 115 -
CMYK 0.33 0 0.45 0.18
HSL 104.21º 0.51% 0.64% -
HSV(B) 104.21º 0.45% 0.82% -
XYZ 36.96 52.91 24.48 -
YUV 178.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 140 210 115 0.33 0 0.45 0.18 104.21 0.51 0.64
Hex 8C D2 73 21 0 2D 12 68 33 40
Octal 214 322 163 41 0 55 22 150 63 100
Binary 10001100 11010010 1110011 100001 0 101101 10010 1101000 110011 1000000

Color Harmonies of #8CD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD273

Black with #8CD273

Text Example


Text Example

White with #8CD273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,210,115); }

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

background-color css

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

 a { background-color: rgb(140,210,115); }

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

border-color css

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

 span { border-color: rgb(140,210,115); }

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