#95D669

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

Shades of Gossip #95D669

Tints of Gossip #95D669

Color information

#95D669 (or 0x95D669) is unknown color: approx Gossip. HEX triplet: 95, D6 and 69. RGB value is (149,214,105). Sum of RGB (Red+Green+Blue) = 149+214+105=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #95D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D669 is #6A2996. Grayscale: #B6B6B6. Windows color (decimal): -6957463 or 6936213. OLE color: 6936213.

HSL color Cylindrical-coordinate representation of color #95D669: hue angle of 95.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95D669 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB149214105-
CMYK0.3000.510.16
HSL95.78º57.07%62.55%-
HSV(B)95.78º50.93%83.92%-
XYZ38.9955.522.02-
YUV182.1484.47104.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=31.84%
G=45.73%
B=22.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141050.3000.510.1695.7857.0762.55
Hex95D6691E0331060393f
Octal22532615136063201407177
Binary10010101110101101101001111100110011100001100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,214,105); }

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

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

 a { background-color: rgb(149,214,105); }

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

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

 span { border-color: rgb(149,214,105); }

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