Html Css Color HEX #94E772 Gossip

📋 copy color: '#94E772'

red 148 ◦ green 231 ◦ blue 114

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

Shades of Gossip #94E772

Tints of Gossip #94E772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.86%

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

R = 30.02%
G = 46.86%
B = 23.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#94E772 (or 0x94E772) is known color: Gossip. HEX triplet: 94, E7 and 72. RGB value is (148,231,114). Sum of RGB (Red+Green+Blue) = 148+231+114=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #94E772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E772 is #6B188D. Grayscale: #C1C1C1. Windows color (decimal): -7018638 or 7530388. OLE color: 7530388.

HSL color Cylindrical-coordinate representation of color #94E772: hue angle of 102.56º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94E772 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 231 114 -
CMYK 0.36 0 0.51 0.09
HSL 102.56º 0.71% 0.68% -
HSV(B) 102.56º 0.51% 0.91% -
XYZ 43.83 64.66 26.09 -
YUV 192.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 148 231 114 0.36 0 0.51 0.09 102.56 0.71 0.68
Hex 94 E7 72 24 0 33 9 67 47 44
Octal 224 347 162 44 0 63 11 147 107 104
Binary 10010100 11100111 1110010 100100 0 110011 1001 1100111 1000111 1000100

Color Harmonies of #94E772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E772

Black with #94E772

Text Example


Text Example

White with #94E772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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