Html Css Color HEX #8CCF72 Gossip

📋 copy color: '#8CCF72'

red 140 ◦ green 207 ◦ blue 114

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

Shades of Gossip #8CCF72

Tints of Gossip #8CCF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

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

R = 30.37%
G = 44.9%
B = 24.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#8CCF72 (or 0x8CCF72) is known color: Gossip. HEX triplet: 8C, CF and 72. RGB value is (140,207,114). Sum of RGB (Red+Green+Blue) = 140+207+114=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF72 is #73308D. Grayscale: #B0B0B0. Windows color (decimal): -7549070 or 7524236. OLE color: 7524236.

HSL color Cylindrical-coordinate representation of color #8CCF72: hue angle of 103.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CCF72 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 114 -
CMYK 0.32 0 0.45 0.19
HSL 103.23º 0.49% 0.63% -
HSV(B) 103.23º 0.45% 0.81% -
XYZ 36.17 51.42 23.94 -
YUV 176.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 140 207 114 0.32 0 0.45 0.19 103.23 0.49 0.63
Hex 8C CF 72 20 0 2D 13 67 31 3F
Octal 214 317 162 40 0 55 23 147 61 77
Binary 10001100 11001111 1110010 100000 0 101101 10011 1100111 110001 111111

Color Harmonies of #8CCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF72

Black with #8CCF72

Text Example


Text Example

White with #8CCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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