Html Css Color HEX #94D577 Gossip

📋 copy color: '#94D577'

red 148 ◦ green 213 ◦ blue 119

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

Shades of Gossip #94D577

Tints of Gossip #94D577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

 BLUE value IS 119 (46.88% from 255) = 24.79%

R = 30.83%
G = 44.38%
B = 24.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#94D577 (or 0x94D577) is known color: Gossip. HEX triplet: 94, D5 and 77. RGB value is (148,213,119). Sum of RGB (Red+Green+Blue) = 148+213+119=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #94D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D577 is #6B2A88. Grayscale: #B7B7B7. Windows color (decimal): -7023241 or 7853460. OLE color: 7853460.

HSL color Cylindrical-coordinate representation of color #94D577: hue angle of 101.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94D577 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 119 -
CMYK 0.31 0 0.44 0.16
HSL 101.49º 0.53% 0.65% -
HSV(B) 101.49º 0.44% 0.84% -
XYZ 39.34 55.22 26.04 -
YUV 182.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 148 213 119 0.31 0 0.44 0.16 101.49 0.53 0.65
Hex 94 D5 77 1F 0 2C 10 65 35 41
Octal 224 325 167 37 0 54 20 145 65 101
Binary 10010100 11010101 1110111 11111 0 101100 10000 1100101 110101 1000001

Color Harmonies of #94D577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D577

Black with #94D577

Text Example


Text Example

White with #94D577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,213,119); }

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

background-color css

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

 a { background-color: rgb(148,213,119); }

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

border-color css

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

 span { border-color: rgb(148,213,119); }

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