Html Css Color HEX #94E180 Gossip

📋 copy color: '#94E180'

red 148 ◦ green 225 ◦ blue 128

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

Shades of Gossip #94E180

Tints of Gossip #94E180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.91%

 BLUE value IS 128 (50.39% from 255) = 25.55%

R = 29.54%
G = 44.91%
B = 25.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#94E180 (or 0x94E180) is known color: Gossip. HEX triplet: 94, E1 and 80. RGB value is (148,225,128). Sum of RGB (Red+Green+Blue) = 148+225+128=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #94E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E180 is #6B1E7F. Grayscale: #BFBFBF. Windows color (decimal): -7020160 or 8446356. OLE color: 8446356.

HSL color Cylindrical-coordinate representation of color #94E180: hue angle of 107.63º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94E180 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 128 -
CMYK 0.34 0 0.43 0.12
HSL 107.63º 0.62% 0.69% -
HSV(B) 107.63º 0.43% 0.88% -
XYZ 43.03 61.7 30.06 -
YUV 190.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 148 225 128 0.34 0 0.43 0.12 107.63 0.62 0.69
Hex 94 E1 80 22 0 2B C 6C 3E 45
Octal 224 341 200 42 0 53 14 154 76 105
Binary 10010100 11100001 10000000 100010 0 101011 1100 1101100 111110 1000101

Color Harmonies of #94E180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E180

Black with #94E180

Text Example


Text Example

White with #94E180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,128); }

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

background-color css

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

 a { background-color: rgb(148,225,128); }

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

border-color css

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

 span { border-color: rgb(148,225,128); }

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