#94D283

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

Shades of Gossip #94D283

Tints of Gossip #94D283

Color information

#94D283 (or 0x94D283) is unknown color: approx Gossip. HEX triplet: 94, D2 and 83. RGB value is (148,210,131). Sum of RGB (Red+Green+Blue) = 148+210+131=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #94D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D283 is #6B2D7C. Grayscale: #B6B6B6. Windows color (decimal): -7023997 or 8639124. OLE color: 8639124.

HSL color Cylindrical-coordinate representation of color #94D283: hue angle of 107.09º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D283 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB148210131-
CMYK0.3000.380.18
HSL107.09º46.75%66.86%-
HSV(B)107.09º37.62%82.35%-
XYZ39.3654.0329.83-
YUV182.4698.96103.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=30.27%
G=42.94%
B=26.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482101310.3000.380.18107.0946.7566.86
Hex94D2831E026126b2f43
Octal224322203360462215357103
Binary1001010011010010100000111111001001101001011010111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,210,131); }

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

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

 a { background-color: rgb(148,210,131); }

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

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

 span { border-color: rgb(148,210,131); }

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