#95D56E

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

Shades of Gossip #95D56E

Tints of Gossip #95D56E

Color information

#95D56E (or 0x95D56E) is unknown color: approx Gossip. HEX triplet: 95, D5 and 6E. RGB value is (149,213,110). Sum of RGB (Red+Green+Blue) = 149+213+110=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #95D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D56E is #6A2A91. Grayscale: #B6B6B6. Windows color (decimal): -6957714 or 7263637. OLE color: 7263637.

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

Color convert

RGB149213110-
CMYK0.3000.480.16
HSL97.28º55.08%63.33%-
HSV(B)97.28º48.36%83.53%-
XYZ3955.123.33-
YUV182.1287.3104.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=31.57%
G=45.13%
B=23.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131100.3000.480.1697.2855.0863.33
Hex95D56E1E0301061373f
Octal22532515636060201416777
Binary10010101110101011101110111100110000100001100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,110); }

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

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

 a { background-color: rgb(149,213,110); }

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

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

 span { border-color: rgb(149,213,110); }

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