Html Css Color HEX #94D274 Gossip

📋 copy color: '#94D274'

red 148 ◦ green 210 ◦ blue 116

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

Shades of Gossip #94D274

Tints of Gossip #94D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

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

R = 31.22%
G = 44.3%
B = 24.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#94D274 (or 0x94D274) is known color: Gossip. HEX triplet: 94, D2 and 74. RGB value is (148,210,116). Sum of RGB (Red+Green+Blue) = 148+210+116=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #94D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D274 is #6B2D8B. Grayscale: #B5B5B5. Windows color (decimal): -7024012 or 7656084. OLE color: 7656084.

HSL color Cylindrical-coordinate representation of color #94D274: hue angle of 99.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94D274 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 116 -
CMYK 0.30 0 0.45 0.18
HSL 99.57º 0.51% 0.64% -
HSV(B) 99.57º 0.45% 0.82% -
XYZ 38.41 53.65 24.85 -
YUV 180.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 148 210 116 0.30 0 0.45 0.18 99.57 0.51 0.64
Hex 94 D2 74 1E 0 2D 12 64 33 40
Octal 224 322 164 36 0 55 22 144 63 100
Binary 10010100 11010010 1110100 11110 0 101101 10010 1100100 110011 1000000

Color Harmonies of #94D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D274

Black with #94D274

Text Example


Text Example

White with #94D274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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