Html Css Color HEX #8CCF7B Gossip

📋 copy color: '#8CCF7B'

red 140 ◦ green 207 ◦ blue 123

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

Shades of Gossip #8CCF7B

Tints of Gossip #8CCF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 29.79%
G = 44.04%
B = 26.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#8CCF7B (or 0x8CCF7B) is known color: Gossip. HEX triplet: 8C, CF and 7B. RGB value is (140,207,123). Sum of RGB (Red+Green+Blue) = 140+207+123=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF7B is #733084. Grayscale: #B1B1B1. Windows color (decimal): -7549061 or 8114060. OLE color: 8114060.

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

Color convert

RGB 140 207 123 -
CMYK 0.32 0 0.41 0.19
HSL 107.86º 0.47% 0.65% -
HSV(B) 107.86º 0.41% 0.81% -
XYZ 36.7 51.63 26.77 -
YUV 177.39 97.3 101.33 -
System Red Green Blue C M Y K H S L
Decimal 140 207 123 0.32 0 0.41 0.19 107.86 0.47 0.65
Hex 8C CF 7B 20 0 29 13 6C 2F 41
Octal 214 317 173 40 0 51 23 154 57 101
Binary 10001100 11001111 1111011 100000 0 101001 10011 1101100 101111 1000001

Color Harmonies of #8CCF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF7B

Black with #8CCF7B

Text Example


Text Example

White with #8CCF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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