Html Css Color HEX #94EC71 Gossip

📋 copy color: '#94EC71'

red 148 ◦ green 236 ◦ blue 113

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

Shades of Gossip #94EC71

Tints of Gossip #94EC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.48%

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

R = 29.78%
G = 47.48%
B = 22.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#94EC71 (or 0x94EC71) is known color: Gossip. HEX triplet: 94, EC and 71. RGB value is (148,236,113). Sum of RGB (Red+Green+Blue) = 148+236+113=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC71 is #6B138E. Grayscale: #C4C4C4. Windows color (decimal): -7017359 or 7466132. OLE color: 7466132.

HSL color Cylindrical-coordinate representation of color #94EC71: hue angle of 102.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EC71 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 113 -
CMYK 0.37 0 0.52 0.07
HSL 102.93º 0.76% 0.68% -
HSV(B) 102.93º 0.52% 0.93% -
XYZ 45.19 67.48 26.27 -
YUV 195.67 81.35 94 -
System Red Green Blue C M Y K H S L
Decimal 148 236 113 0.37 0 0.52 0.07 102.93 0.76 0.68
Hex 94 EC 71 25 0 34 7 67 4C 44
Octal 224 354 161 45 0 64 7 147 114 104
Binary 10010100 11101100 1110001 100101 0 110100 111 1100111 1001100 1000100

Color Harmonies of #94EC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC71

Black with #94EC71

Text Example


Text Example

White with #94EC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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