Html Css Color HEX #94E779 Gossip

📋 copy color: '#94E779'

red 148 ◦ green 231 ◦ blue 121

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

Shades of Gossip #94E779

Tints of Gossip #94E779

RGB

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

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

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

R = 29.6%
G = 46.2%
B = 24.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#94E779 (or 0x94E779) is known color: Gossip. HEX triplet: 94, E7 and 79. RGB value is (148,231,121). Sum of RGB (Red+Green+Blue) = 148+231+121=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #94E779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E779 is #6B1886. Grayscale: #C2C2C2. Windows color (decimal): -7018631 or 7989140. OLE color: 7989140.

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

Color convert

RGB 148 231 121 -
CMYK 0.36 0 0.48 0.09
HSL 105.27º 0.7% 0.69% -
HSV(B) 105.27º 0.48% 0.91% -
XYZ 44.24 64.83 28.27 -
YUV 193.64 87 95.44 -
System Red Green Blue C M Y K H S L
Decimal 148 231 121 0.36 0 0.48 0.09 105.27 0.7 0.69
Hex 94 E7 79 24 0 30 9 69 46 45
Octal 224 347 171 44 0 60 11 151 106 105
Binary 10010100 11100111 1111001 100100 0 110000 1001 1101001 1000110 1000101

Color Harmonies of #94E779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E779

Black with #94E779

Text Example


Text Example

White with #94E779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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