Html Css Color HEX #94E071 Gossip

📋 copy color: '#94E071'

red 148 ◦ green 224 ◦ blue 113

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

Shades of Gossip #94E071

Tints of Gossip #94E071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 30.52%
G = 46.19%
B = 23.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#94E071 (or 0x94E071) is known color: Gossip. HEX triplet: 94, E0 and 71. RGB value is (148,224,113). Sum of RGB (Red+Green+Blue) = 148+224+113=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #94E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E071 is #6B1F8E. Grayscale: #BCBCBC. Windows color (decimal): -7020431 or 7463060. OLE color: 7463060.

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

Color convert

RGB 148 224 113 -
CMYK 0.34 0 0.50 0.12
HSL 101.08º 0.64% 0.66% -
HSV(B) 101.08º 0.5% 0.88% -
XYZ 41.85 60.8 25.15 -
YUV 188.62 85.32 99.03 -
System Red Green Blue C M Y K H S L
Decimal 148 224 113 0.34 0 0.50 0.12 101.08 0.64 0.66
Hex 94 E0 71 22 0 32 C 65 40 42
Octal 224 340 161 42 0 62 14 145 100 102
Binary 10010100 11100000 1110001 100010 0 110010 1100 1100101 1000000 1000010

Color Harmonies of #94E071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E071

Black with #94E071

Text Example


Text Example

White with #94E071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,113); }

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

background-color css

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

 a { background-color: rgb(148,224,113); }

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

border-color css

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

 span { border-color: rgb(148,224,113); }

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