#95DD7A

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

Shades of Gossip #95DD7A

Tints of Gossip #95DD7A

Color information

#95DD7A (or 0x95DD7A) is unknown color: approx Gossip. HEX triplet: 95, DD and 7A. RGB value is (149,221,122). Sum of RGB (Red+Green+Blue) = 149+221+122=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD7A is #6A2285. Grayscale: #BCBCBC. Windows color (decimal): -6955654 or 8052117. OLE color: 8052117.

HSL color Cylindrical-coordinate representation of color #95DD7A: hue angle of 103.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95DD7A is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB149221122-
CMYK0.3300.450.13
HSL103.64º59.28%67.25%-
HSV(B)103.64º44.8%86.67%-
XYZ41.7659.5127.7-
YUV188.1990.65100.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=30.28%
G=44.92%
B=24.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211220.3300.450.13103.6459.2867.25
Hex95DD7A2102DD683b43
Octal225335172410551515073103
Binary100101011101110111110101000010101101110111010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,221,122); }

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

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

 a { background-color: rgb(149,221,122); }

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

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

 span { border-color: rgb(149,221,122); }

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