Html Css Color HEX #94E776 Gossip

📋 copy color: '#94E776'

red 148 ◦ green 231 ◦ blue 118

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

Shades of Gossip #94E776

Tints of Gossip #94E776

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 29.78%
G = 46.48%
B = 23.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#94E776 (or 0x94E776) is known color: Gossip. HEX triplet: 94, E7 and 76. RGB value is (148,231,118). Sum of RGB (Red+Green+Blue) = 148+231+118=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #94E776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E776 is #6B1889. Grayscale: #C1C1C1. Windows color (decimal): -7018634 or 7792532. OLE color: 7792532.

HSL color Cylindrical-coordinate representation of color #94E776: hue angle of 104.07º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94E776 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 231 118 -
CMYK 0.36 0 0.49 0.09
HSL 104.07º 0.7% 0.68% -
HSV(B) 104.07º 0.49% 0.91% -
XYZ 44.06 64.76 27.32 -
YUV 193.3 85.5 95.69 -
System Red Green Blue C M Y K H S L
Decimal 148 231 118 0.36 0 0.49 0.09 104.07 0.7 0.68
Hex 94 E7 76 24 0 31 9 68 46 44
Octal 224 347 166 44 0 61 11 150 106 104
Binary 10010100 11100111 1110110 100100 0 110001 1001 1101000 1000110 1000100

Color Harmonies of #94E776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E776

Black with #94E776

Text Example


Text Example

White with #94E776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,231,118); }

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

background-color css

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

 a { background-color: rgb(148,231,118); }

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

border-color css

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

 span { border-color: rgb(148,231,118); }

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