Html Css Color HEX #94D973 Gossip

📋 copy color: '#94D973'

red 148 ◦ green 217 ◦ blue 115

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

Shades of Gossip #94D973

Tints of Gossip #94D973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 30.83%
G = 45.21%
B = 23.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#94D973 (or 0x94D973) is known color: Gossip. HEX triplet: 94, D9 and 73. RGB value is (148,217,115). Sum of RGB (Red+Green+Blue) = 148+217+115=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #94D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D973 is #6B268C. Grayscale: #B9B9B9. Windows color (decimal): -7022221 or 7592340. OLE color: 7592340.

HSL color Cylindrical-coordinate representation of color #94D973: hue angle of 100.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94D973 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 115 -
CMYK 0.32 0 0.47 0.15
HSL 100.59º 0.57% 0.65% -
HSV(B) 100.59º 0.47% 0.85% -
XYZ 40.12 57.16 25.14 -
YUV 184.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 148 217 115 0.32 0 0.47 0.15 100.59 0.57 0.65
Hex 94 D9 73 20 0 2F F 65 39 41
Octal 224 331 163 40 0 57 17 145 71 101
Binary 10010100 11011001 1110011 100000 0 101111 1111 1100101 111001 1000001

Color Harmonies of #94D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D973

Black with #94D973

Text Example


Text Example

White with #94D973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,115); }

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

background-color css

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

 a { background-color: rgb(148,217,115); }

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

border-color css

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

 span { border-color: rgb(148,217,115); }

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