Html Css Color HEX #94CC74 Gossip

📋 copy color: '#94CC74'

red 148 ◦ green 204 ◦ blue 116

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

Shades of Gossip #94CC74

Tints of Gossip #94CC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 31.62%
G = 43.59%
B = 24.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#94CC74 (or 0x94CC74) is known color: Gossip. HEX triplet: 94, CC and 74. RGB value is (148,204,116). Sum of RGB (Red+Green+Blue) = 148+204+116=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC74 is #6B338B. Grayscale: #B1B1B1. Windows color (decimal): -7025548 or 7654548. OLE color: 7654548.

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

Color convert

RGB 148 204 116 -
CMYK 0.27 0 0.43 0.2
HSL 98.18º 0.46% 0.63% -
HSV(B) 98.18º 0.43% 0.8% -
XYZ 36.96 50.74 24.37 -
YUV 177.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 148 204 116 0.27 0 0.43 0.2 98.18 0.46 0.63
Hex 94 CC 74 1B 0 2B 14 62 2E 3F
Octal 224 314 164 33 0 53 24 142 56 77
Binary 10010100 11001100 1110100 11011 0 101011 10100 1100010 101110 111111

Color Harmonies of #94CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC74

Black with #94CC74

Text Example


Text Example

White with #94CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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