Html Css Color HEX #94D079 Gossip

📋 copy color: '#94D079'

red 148 ◦ green 208 ◦ blue 121

#94D079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #94D079

Tints of Gossip #94D079

RGB

 RED value IS 148 (58.2% from 255) = 31.03%

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 31.03%
G = 43.61%
B = 25.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#94D079 (or 0x94D079) is known color: Gossip. HEX triplet: 94, D0 and 79. RGB value is (148,208,121). Sum of RGB (Red+Green+Blue) = 148+208+121=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #94D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D079 is #6B2F86. Grayscale: #B4B4B4. Windows color (decimal): -7024519 or 7983252. OLE color: 7983252.

HSL color Cylindrical-coordinate representation of color #94D079: hue angle of 101.38º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D079 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 121 -
CMYK 0.29 0 0.42 0.18
HSL 101.38º 0.48% 0.65% -
HSV(B) 101.38º 0.42% 0.82% -
XYZ 38.22 52.79 26.26 -
YUV 180.14 94.62 105.07 -
System Red Green Blue C M Y K H S L
Decimal 148 208 121 0.29 0 0.42 0.18 101.38 0.48 0.65
Hex 94 D0 79 1D 0 2A 12 65 30 41
Octal 224 320 171 35 0 52 22 145 60 101
Binary 10010100 11010000 1111001 11101 0 101010 10010 1100101 110000 1000001

Color Harmonies of #94D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D079

Black with #94D079

Text Example


Text Example

White with #94D079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,121); }

 H1.HeaderClassName
 {
   color: #94D079;
 }
 .AnyTagClassName
 {
   color: #94D079;
 }
</style>

background-color css

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

 a { background-color: rgb(148,208,121); }

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

border-color css

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

 span { border-color: rgb(148,208,121); }

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