Html Css Color HEX #94E074 Gossip

📋 copy color: '#94E074'

red 148 ◦ green 224 ◦ blue 116

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

Shades of Gossip #94E074

Tints of Gossip #94E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 30.33%
G = 45.9%
B = 23.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#94E074 (or 0x94E074) is known color: Gossip. HEX triplet: 94, E0 and 74. RGB value is (148,224,116). Sum of RGB (Red+Green+Blue) = 148+224+116=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #94E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E074 is #6B1F8B. Grayscale: #BDBDBD. Windows color (decimal): -7020428 or 7659668. OLE color: 7659668.

HSL color Cylindrical-coordinate representation of color #94E074: hue angle of 102.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94E074 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 224 116 -
CMYK 0.34 0 0.48 0.12
HSL 102.22º 0.64% 0.67% -
HSV(B) 102.22º 0.48% 0.88% -
XYZ 42.02 60.87 26.06 -
YUV 188.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 148 224 116 0.34 0 0.48 0.12 102.22 0.64 0.67
Hex 94 E0 74 22 0 30 C 66 40 43
Octal 224 340 164 42 0 60 14 146 100 103
Binary 10010100 11100000 1110100 100010 0 110000 1100 1100110 1000000 1000011

Color Harmonies of #94E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E074

Black with #94E074

Text Example


Text Example

White with #94E074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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