Html Css Color HEX #94EC72 Gossip

📋 copy color: '#94EC72'

red 148 ◦ green 236 ◦ blue 114

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

Shades of Gossip #94EC72

Tints of Gossip #94EC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 29.72%
G = 47.39%
B = 22.89%

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

#94EC72 (or 0x94EC72) is known color: Gossip. HEX triplet: 94, EC and 72. RGB value is (148,236,114). Sum of RGB (Red+Green+Blue) = 148+236+114=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC72 is #6B138D. Grayscale: #C4C4C4. Windows color (decimal): -7017358 or 7531668. OLE color: 7531668.

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

Color convert

RGB 148 236 114 -
CMYK 0.37 0 0.52 0.07
HSL 103.28º 0.76% 0.69% -
HSV(B) 103.28º 0.52% 0.93% -
XYZ 45.25 67.5 26.56 -
YUV 195.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 148 236 114 0.37 0 0.52 0.07 103.28 0.76 0.69
Hex 94 EC 72 25 0 34 7 67 4C 45
Octal 224 354 162 45 0 64 7 147 114 105
Binary 10010100 11101100 1110010 100101 0 110100 111 1100111 1001100 1000101

Color Harmonies of #94EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC72

Black with #94EC72

Text Example


Text Example

White with #94EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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