Html Css Color HEX #94EB6E Gossip

📋 copy color: '#94EB6E'

red 148 ◦ green 235 ◦ blue 110

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

Shades of Gossip #94EB6E

Tints of Gossip #94EB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 30.02%
G = 47.67%
B = 22.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#94EB6E (or 0x94EB6E) is known color: Gossip. HEX triplet: 94, EB and 6E. RGB value is (148,235,110). Sum of RGB (Red+Green+Blue) = 148+235+110=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EB6E is #6B1491. Grayscale: #C3C3C3. Windows color (decimal): -7017618 or 7269268. OLE color: 7269268.

HSL color Cylindrical-coordinate representation of color #94EB6E: hue angle of 101.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94EB6E is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 235 110 -
CMYK 0.37 0 0.53 0.08
HSL 101.76º 0.76% 0.68% -
HSV(B) 101.76º 0.53% 0.92% -
XYZ 44.74 66.84 25.3 -
YUV 194.74 80.18 94.66 -
System Red Green Blue C M Y K H S L
Decimal 148 235 110 0.37 0 0.53 0.08 101.76 0.76 0.68
Hex 94 EB 6E 25 0 35 8 66 4C 44
Octal 224 353 156 45 0 65 10 146 114 104
Binary 10010100 11101011 1101110 100101 0 110101 1000 1100110 1001100 1000100

Color Harmonies of #94EB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EB6E

Black with #94EB6E

Text Example


Text Example

White with #94EB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,235,110); }

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

background-color css

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

 a { background-color: rgb(148,235,110); }

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

border-color css

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

 span { border-color: rgb(148,235,110); }

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