Html Css Color HEX #94DB84 Gossip

📋 copy color: '#94DB84'

red 148 ◦ green 219 ◦ blue 132

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

Shades of Gossip #94DB84

Tints of Gossip #94DB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 29.66%
G = 43.89%
B = 26.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#94DB84 (or 0x94DB84) is known color: Gossip. HEX triplet: 94, DB and 84. RGB value is (148,219,132). Sum of RGB (Red+Green+Blue) = 148+219+132=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB84 is #6B247B. Grayscale: #BCBCBC. Windows color (decimal): -7021692 or 8706964. OLE color: 8706964.

HSL color Cylindrical-coordinate representation of color #94DB84: hue angle of 108.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DB84 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 132 -
CMYK 0.32 0 0.40 0.14
HSL 108.97º 0.55% 0.69% -
HSV(B) 108.97º 0.4% 0.86% -
XYZ 41.71 58.62 30.95 -
YUV 187.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 148 219 132 0.32 0 0.40 0.14 108.97 0.55 0.69
Hex 94 DB 84 20 0 28 E 6D 37 45
Octal 224 333 204 40 0 50 16 155 67 105
Binary 10010100 11011011 10000100 100000 0 101000 1110 1101101 110111 1000101

Color Harmonies of #94DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB84

Black with #94DB84

Text Example


Text Example

White with #94DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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