Html Css Color HEX #94CA73 Gossip

📋 copy color: '#94CA73'

red 148 ◦ green 202 ◦ blue 115

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

Shades of Gossip #94CA73

Tints of Gossip #94CA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 31.83%
G = 43.44%
B = 24.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#94CA73 (or 0x94CA73) is known color: Gossip. HEX triplet: 94, CA and 73. RGB value is (148,202,115). Sum of RGB (Red+Green+Blue) = 148+202+115=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA73 is #6B358C. Grayscale: #B0B0B0. Windows color (decimal): -7026061 or 7588500. OLE color: 7588500.

HSL color Cylindrical-coordinate representation of color #94CA73: hue angle of 97.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94CA73 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 115 -
CMYK 0.27 0 0.43 0.21
HSL 97.24º 0.45% 0.62% -
HSV(B) 97.24º 0.43% 0.79% -
XYZ 36.43 49.77 23.91 -
YUV 175.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 148 202 115 0.27 0 0.43 0.21 97.24 0.45 0.62
Hex 94 CA 73 1B 0 2B 15 61 2D 3E
Octal 224 312 163 33 0 53 25 141 55 76
Binary 10010100 11001010 1110011 11011 0 101011 10101 1100001 101101 111110

Color Harmonies of #94CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA73

Black with #94CA73

Text Example


Text Example

White with #94CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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