Html Css Color HEX #94DB71 Gossip

📋 copy color: '#94DB71'

red 148 ◦ green 219 ◦ blue 113

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

Shades of Gossip #94DB71

Tints of Gossip #94DB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 30.83%
G = 45.63%
B = 23.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#94DB71 (or 0x94DB71) is known color: Gossip. HEX triplet: 94, DB and 71. RGB value is (148,219,113). Sum of RGB (Red+Green+Blue) = 148+219+113=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB71 is #6B248E. Grayscale: #BABABA. Windows color (decimal): -7021711 or 7461780. OLE color: 7461780.

HSL color Cylindrical-coordinate representation of color #94DB71: hue angle of 100.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94DB71 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 113 -
CMYK 0.32 0 0.48 0.14
HSL 100.19º 0.6% 0.65% -
HSV(B) 100.19º 0.48% 0.86% -
XYZ 40.52 58.15 24.71 -
YUV 185.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 148 219 113 0.32 0 0.48 0.14 100.19 0.6 0.65
Hex 94 DB 71 20 0 30 E 64 3C 41
Octal 224 333 161 40 0 60 16 144 74 101
Binary 10010100 11011011 1110001 100000 0 110000 1110 1100100 111100 1000001

Color Harmonies of #94DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB71

Black with #94DB71

Text Example


Text Example

White with #94DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,219,113); }

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

background-color css

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

 a { background-color: rgb(148,219,113); }

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

border-color css

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

 span { border-color: rgb(148,219,113); }

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