Html Css Color HEX #94E471 Gossip

📋 copy color: '#94E471'

red 148 ◦ green 228 ◦ blue 113

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

Shades of Gossip #94E471

Tints of Gossip #94E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.63%

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

R = 30.27%
G = 46.63%
B = 23.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#94E471 (or 0x94E471) is known color: Gossip. HEX triplet: 94, E4 and 71. RGB value is (148,228,113). Sum of RGB (Red+Green+Blue) = 148+228+113=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #94E471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E471 is #6B1B8E. Grayscale: #BFBFBF. Windows color (decimal): -7019407 or 7464084. OLE color: 7464084.

HSL color Cylindrical-coordinate representation of color #94E471: hue angle of 101.74º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94E471 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 228 113 -
CMYK 0.35 0 0.50 0.11
HSL 101.74º 0.68% 0.67% -
HSV(B) 101.74º 0.5% 0.89% -
XYZ 42.94 62.97 25.52 -
YUV 190.97 84 97.35 -
System Red Green Blue C M Y K H S L
Decimal 148 228 113 0.35 0 0.50 0.11 101.74 0.68 0.67
Hex 94 E4 71 23 0 32 B 66 44 43
Octal 224 344 161 43 0 62 13 146 104 103
Binary 10010100 11100100 1110001 100011 0 110010 1011 1100110 1000100 1000011

Color Harmonies of #94E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E471

Black with #94E471

Text Example


Text Example

White with #94E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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