Html Css Color HEX #94CA77 Gossip

📋 copy color: '#94CA77'

red 148 ◦ green 202 ◦ blue 119

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

Shades of Gossip #94CA77

Tints of Gossip #94CA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 31.56%
G = 43.07%
B = 25.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#94CA77 (or 0x94CA77) is known color: Gossip. HEX triplet: 94, CA and 77. RGB value is (148,202,119). Sum of RGB (Red+Green+Blue) = 148+202+119=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA77 is #6B3588. Grayscale: #B0B0B0. Windows color (decimal): -7026057 or 7850644. OLE color: 7850644.

HSL color Cylindrical-coordinate representation of color #94CA77: hue angle of 99.04º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94CA77 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 119 -
CMYK 0.27 0 0.41 0.21
HSL 99.04º 0.44% 0.63% -
HSV(B) 99.04º 0.41% 0.79% -
XYZ 36.66 49.87 25.15 -
YUV 176.39 95.61 107.75 -
System Red Green Blue C M Y K H S L
Decimal 148 202 119 0.27 0 0.41 0.21 99.04 0.44 0.63
Hex 94 CA 77 1B 0 29 15 63 2C 3F
Octal 224 312 167 33 0 51 25 143 54 77
Binary 10010100 11001010 1110111 11011 0 101001 10101 1100011 101100 111111

Color Harmonies of #94CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA77

Black with #94CA77

Text Example


Text Example

White with #94CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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