Html Css Color HEX #94CC78 Gossip

📋 copy color: '#94CC78'

red 148 ◦ green 204 ◦ blue 120

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

Shades of Gossip #94CC78

Tints of Gossip #94CC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 31.36%
G = 43.22%
B = 25.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#94CC78 (or 0x94CC78) is known color: Gossip. HEX triplet: 94, CC and 78. RGB value is (148,204,120). Sum of RGB (Red+Green+Blue) = 148+204+120=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC78 is #6B3387. Grayscale: #B1B1B1. Windows color (decimal): -7025544 or 7916692. OLE color: 7916692.

HSL color Cylindrical-coordinate representation of color #94CC78: hue angle of 100º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94CC78 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 120 -
CMYK 0.27 0 0.41 0.2
HSL 100º 0.45% 0.64% -
HSV(B) 100º 0.41% 0.8% -
XYZ 37.2 50.84 25.62 -
YUV 177.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 148 204 120 0.27 0 0.41 0.2 100 0.45 0.64
Hex 94 CC 78 1B 0 29 14 64 2D 40
Octal 224 314 170 33 0 51 24 144 55 100
Binary 10010100 11001100 1111000 11011 0 101001 10100 1100100 101101 1000000

Color Harmonies of #94CC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC78

Black with #94CC78

Text Example


Text Example

White with #94CC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,120); }

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

background-color css

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

 a { background-color: rgb(148,204,120); }

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

border-color css

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

 span { border-color: rgb(148,204,120); }

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