Html Css Color HEX #95CE76 Gossip

📋 copy color: '#95CE76'

red 149 ◦ green 206 ◦ blue 118

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

Shades of Gossip #95CE76

Tints of Gossip #95CE76

RGB

 RED value IS 149 (58.59% from 255) = 31.5%

 GREEN value IS 206 (80.86% from 255) = 43.55%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 31.5%
G = 43.55%
B = 24.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#95CE76 (or 0x95CE76) is known color: Gossip. HEX triplet: 95, CE and 76. RGB value is (149,206,118). Sum of RGB (Red+Green+Blue) = 149+206+118=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE76 is #6A3189. Grayscale: #B3B3B3. Windows color (decimal): -6959498 or 7786133. OLE color: 7786133.

HSL color Cylindrical-coordinate representation of color #95CE76: hue angle of 98.86º degrees, saturation: 0.47, 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 #95CE76 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 118 -
CMYK 0.28 0 0.43 0.19
HSL 98.86º 0.47% 0.64% -
HSV(B) 98.86º 0.43% 0.81% -
XYZ 37.74 51.84 25.16 -
YUV 178.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 149 206 118 0.28 0 0.43 0.19 98.86 0.47 0.64
Hex 95 CE 76 1C 0 2B 13 63 2F 40
Octal 225 316 166 34 0 53 23 143 57 100
Binary 10010101 11001110 1110110 11100 0 101011 10011 1100011 101111 1000000

Color Harmonies of #95CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE76

Black with #95CE76

Text Example


Text Example

White with #95CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CE76; }

 p { color: rgb(149,206,118); }

 H1.HeaderClassName
 {
   color: #95CE76;
 }
 .AnyTagClassName
 {
   color: #95CE76;
 }
</style>

background-color css

<style>
 a { background-color: #95CE76; }

 a { background-color: rgb(149,206,118); }

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

border-color css

<style>
 span { border-color: #95CE76; }

 span { border-color: rgb(149,206,118); }

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