Html Css Color HEX #94D982 Gossip

📋 copy color: '#94D982'

red 148 ◦ green 217 ◦ blue 130

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

Shades of Gossip #94D982

Tints of Gossip #94D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 29.9%
G = 43.84%
B = 26.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#94D982 (or 0x94D982) is known color: Gossip. HEX triplet: 94, D9 and 82. RGB value is (148,217,130). Sum of RGB (Red+Green+Blue) = 148+217+130=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #94D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D982 is #6B267D. Grayscale: #BABABA. Windows color (decimal): -7022206 or 8575380. OLE color: 8575380.

HSL color Cylindrical-coordinate representation of color #94D982: hue angle of 107.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D982 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 130 -
CMYK 0.32 0 0.40 0.15
HSL 107.59º 0.53% 0.68% -
HSV(B) 107.59º 0.4% 0.85% -
XYZ 41.05 57.53 30.06 -
YUV 186.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 148 217 130 0.32 0 0.40 0.15 107.59 0.53 0.68
Hex 94 D9 82 20 0 28 F 6C 35 44
Octal 224 331 202 40 0 50 17 154 65 104
Binary 10010100 11011001 10000010 100000 0 101000 1111 1101100 110101 1000100

Color Harmonies of #94D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D982

Black with #94D982

Text Example


Text Example

White with #94D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,130); }

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

background-color css

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

 a { background-color: rgb(148,217,130); }

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

border-color css

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

 span { border-color: rgb(148,217,130); }

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