#95DA67

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

Shades of Gossip #95DA67

Tints of Gossip #95DA67

Color information

#95DA67 (or 0x95DA67) is unknown color: approx Gossip. HEX triplet: 95, DA and 67. RGB value is (149,218,103). Sum of RGB (Red+Green+Blue) = 149+218+103=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA67 is #6A2598. Grayscale: #B8B8B8. Windows color (decimal): -6956441 or 6806165. OLE color: 6806165.

HSL color Cylindrical-coordinate representation of color #95DA67: hue angle of 96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95DA67 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB149218103-
CMYK0.3200.530.15
HSL96º60.85%62.94%-
HSV(B)96º52.75%85.49%-
XYZ39.9157.5121.83-
YUV184.2682.14102.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 218 (85.55% from 255) = 46.38%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=31.70%
G=46.38%
B=21.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181030.3200.530.159660.8562.94
Hex95DA6720035F603d3f
Octal22533214740065171407577
Binary10010101110110101100111100000011010111111100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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