#94D681

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

Shades of Gossip #94D681

Tints of Gossip #94D681

Color information

#94D681 (or 0x94D681) is unknown color: approx Gossip. HEX triplet: 94, D6 and 81. RGB value is (148,214,129). Sum of RGB (Red+Green+Blue) = 148+214+129=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #94D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D681 is #6B297E. Grayscale: #B8B8B8. Windows color (decimal): -7022975 or 8509076. OLE color: 8509076.

HSL color Cylindrical-coordinate representation of color #94D681: hue angle of 106.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D681 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB148214129-
CMYK0.3100.400.16
HSL106.59º50.9%67.25%-
HSV(B)106.59º39.72%83.92%-
XYZ40.2255.9729.45-
YUV184.5896.63101.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=30.14%
G=43.58%
B=26.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141290.3100.400.16106.5950.967.25
Hex94D6811F028106b3343
Octal224326201370502015363103
Binary1001010011010110100000011111101010001000011010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,129); }

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

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

 a { background-color: rgb(148,214,129); }

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

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

 span { border-color: rgb(148,214,129); }

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