#95D667

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

Shades of Gossip #95D667

Tints of Gossip #95D667

Color information

#95D667 (or 0x95D667) is unknown color: approx Gossip. HEX triplet: 95, D6 and 67. RGB value is (149,214,103). Sum of RGB (Red+Green+Blue) = 149+214+103=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #95D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D667 is #6A2998. Grayscale: #B6B6B6. Windows color (decimal): -6957465 or 6805141. OLE color: 6805141.

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

Color convert

RGB149214103-
CMYK0.3000.520.16
HSL95.14º57.51%62.16%-
HSV(B)95.14º51.87%83.92%-
XYZ38.8955.4621.49-
YUV181.9183.47104.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=31.97%
G=45.92%
B=22.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141030.3000.520.1695.1457.5162.16
Hex95D6671E034105f3a3e
Octal22532614736064201377276
Binary10010101110101101100111111100110100100001011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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