Html Css Color HEX #94E175 Gossip

📋 copy color: '#94E175'

red 148 ◦ green 225 ◦ blue 117

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

Shades of Gossip #94E175

Tints of Gossip #94E175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 30.2%
G = 45.92%
B = 23.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#94E175 (or 0x94E175) is known color: Gossip. HEX triplet: 94, E1 and 75. RGB value is (148,225,117). Sum of RGB (Red+Green+Blue) = 148+225+117=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #94E175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E175 is #6B1E8A. Grayscale: #BEBEBE. Windows color (decimal): -7020171 or 7725460. OLE color: 7725460.

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

Color convert

RGB 148 225 117 -
CMYK 0.34 0 0.48 0.12
HSL 102.78º 0.64% 0.67% -
HSV(B) 102.78º 0.48% 0.88% -
XYZ 42.35 61.43 26.45 -
YUV 189.67 86.99 98.28 -
System Red Green Blue C M Y K H S L
Decimal 148 225 117 0.34 0 0.48 0.12 102.78 0.64 0.67
Hex 94 E1 75 22 0 30 C 67 40 43
Octal 224 341 165 42 0 60 14 147 100 103
Binary 10010100 11100001 1110101 100010 0 110000 1100 1100111 1000000 1000011

Color Harmonies of #94E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E175

Black with #94E175

Text Example


Text Example

White with #94E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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