#94D87E

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

Shades of Gossip #94D87E

Tints of Gossip #94D87E

Color information

#94D87E (or 0x94D87E) is unknown color: approx Gossip. HEX triplet: 94, D8 and 7E. RGB value is (148,216,126). Sum of RGB (Red+Green+Blue) = 148+216+126=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #94D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D87E is #6B2781. Grayscale: #B9B9B9. Windows color (decimal): -7022466 or 8312980. OLE color: 8312980.

HSL color Cylindrical-coordinate representation of color #94D87E: hue angle of 105.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D87E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB148216126-
CMYK0.3100.420.15
HSL105.33º53.57%67.06%-
HSV(B)105.33º41.67%84.71%-
XYZ40.5356.9128.59-
YUV185.4194.47101.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=30.20%
G=44.08%
B=25.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161260.3100.420.15105.3353.5767.06
Hex94D87E1F02AF693643
Octal224330176370521715166103
Binary10010100110110001111110111110101010111111010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D87E; }

 p { color: rgb(148,216,126); }

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

<style>
 a { background-color: #94D87E; }

 a { background-color: rgb(148,216,126); }

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

<style>
 span { border-color: #94D87E; }

 span { border-color: rgb(148,216,126); }

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