Html Css Color HEX #8CCF75 Gossip

📋 copy color: '#8CCF75'

red 140 ◦ green 207 ◦ blue 117

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

Shades of Gossip #8CCF75

Tints of Gossip #8CCF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 30.17%
G = 44.61%
B = 25.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#8CCF75 (or 0x8CCF75) is known color: Gossip. HEX triplet: 8C, CF and 75. RGB value is (140,207,117). Sum of RGB (Red+Green+Blue) = 140+207+117=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF75 is #73308A. Grayscale: #B1B1B1. Windows color (decimal): -7549067 or 7720844. OLE color: 7720844.

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

Color convert

RGB 140 207 117 -
CMYK 0.32 0 0.43 0.19
HSL 104.67º 0.48% 0.64% -
HSV(B) 104.67º 0.43% 0.81% -
XYZ 36.34 51.49 24.85 -
YUV 176.71 94.3 101.82 -
System Red Green Blue C M Y K H S L
Decimal 140 207 117 0.32 0 0.43 0.19 104.67 0.48 0.64
Hex 8C CF 75 20 0 2B 13 69 30 40
Octal 214 317 165 40 0 53 23 151 60 100
Binary 10001100 11001111 1110101 100000 0 101011 10011 1101001 110000 1000000

Color Harmonies of #8CCF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF75

Black with #8CCF75

Text Example


Text Example

White with #8CCF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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