#95EF76

Color #95EF76 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #95EF76

Tints of Gossip #95EF76

Color information

#95EF76 (or 0x95EF76) is unknown color: approx Gossip. HEX triplet: 95, EF and 76. RGB value is (149,239,118). Sum of RGB (Red+Green+Blue) = 149+239+118=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EF76 is #6A1089. Grayscale: #C6C6C6. Windows color (decimal): -6951050 or 7794581. OLE color: 7794581.

HSL color Cylindrical-coordinate representation of color #95EF76: hue angle of 104.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95EF76 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB149239118-
CMYK0.3800.510.06
HSL104.63º79.08%70%-
HSV(B)104.63º50.63%93.73%-
XYZ46.5369.4328.09-
YUV198.382.6892.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 239 (93.75% from 255) = 47.23%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=29.45%
G=47.23%
B=23.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391180.3800.510.06104.6379.0870
Hex95EF76260336694f46
Octal225357166460636151117106
Binary100101011110111111101101001100110011110110100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95EF76;
 }
 .AnyTagClassName
 {
   color: #95EF76;
 }
</style>
background-color css

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

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

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

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

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

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