Html Css Color HEX #94E77A Gossip

📋 copy color: '#94E77A'

red 148 ◦ green 231 ◦ blue 122

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

Shades of Gossip #94E77A

Tints of Gossip #94E77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 29.54%
G = 46.11%
B = 24.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#94E77A (or 0x94E77A) is known color: Gossip. HEX triplet: 94, E7 and 7A. RGB value is (148,231,122). Sum of RGB (Red+Green+Blue) = 148+231+122=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #94E77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E77A is #6B1885. Grayscale: #C2C2C2. Windows color (decimal): -7018630 or 8054676. OLE color: 8054676.

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

Color convert

RGB 148 231 122 -
CMYK 0.36 0 0.47 0.09
HSL 105.69º 0.69% 0.69% -
HSV(B) 105.69º 0.47% 0.91% -
XYZ 44.3 64.85 28.6 -
YUV 193.76 87.5 95.36 -
System Red Green Blue C M Y K H S L
Decimal 148 231 122 0.36 0 0.47 0.09 105.69 0.69 0.69
Hex 94 E7 7A 24 0 2F 9 6A 45 45
Octal 224 347 172 44 0 57 11 152 105 105
Binary 10010100 11100111 1111010 100100 0 101111 1001 1101010 1000101 1000101

Color Harmonies of #94E77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E77A

Black with #94E77A

Text Example


Text Example

White with #94E77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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