#95E469

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

Shades of Gossip #95E469

Tints of Gossip #95E469

Color information

#95E469 (or 0x95E469) is unknown color: approx Gossip. HEX triplet: 95, E4 and 69. RGB value is (149,228,105). Sum of RGB (Red+Green+Blue) = 149+228+105=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #95E469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E469 is #6A1B96. Grayscale: #BEBEBE. Windows color (decimal): -6953879 or 6939797. OLE color: 6939797.

HSL color Cylindrical-coordinate representation of color #95E469: hue angle of 98.54º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95E469 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB149228105-
CMYK0.3500.540.11
HSL98.54º69.49%65.29%-
HSV(B)98.54º53.95%89.41%-
XYZ42.6962.923.25-
YUV190.3679.8398.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=30.91%
G=47.30%
B=21.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492281050.3500.540.1198.5469.4965.29
Hex95E46923036B634541
Octal2253441514306613143105101
Binary1001010111100100110100110001101101101011110001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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