Html Css Color HEX #94E362 Gossip

📋 copy color: '#94E362'

red 148 ◦ green 227 ◦ blue 98

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

Shades of Gossip #94E362

Tints of Gossip #94E362

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.99%

 BLUE value IS 98 (38.67% from 255) = 20.72%

R = 31.29%
G = 47.99%
B = 20.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#94E362 (or 0x94E362) is known color: Gossip. HEX triplet: 94, E3 and 62. RGB value is (148,227,98). Sum of RGB (Red+Green+Blue) = 148+227+98=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #94E362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E362 is #6B1C9D. Grayscale: #BDBDBD. Windows color (decimal): -7019678 or 6480788. OLE color: 6480788.

HSL color Cylindrical-coordinate representation of color #94E362: hue angle of 96.74º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94E362 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 98 -
CMYK 0.35 0 0.57 0.11
HSL 96.74º 0.7% 0.64% -
HSV(B) 96.74º 0.57% 0.89% -
XYZ 41.89 62.12 21.34 -
YUV 188.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 148 227 98 0.35 0 0.57 0.11 96.74 0.7 0.64
Hex 94 E3 62 23 0 39 B 61 46 40
Octal 224 343 142 43 0 71 13 141 106 100
Binary 10010100 11100011 1100010 100011 0 111001 1011 1100001 1000110 1000000

Color Harmonies of #94E362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E362

Black with #94E362

Text Example


Text Example

White with #94E362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,98); }

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

background-color css

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

 a { background-color: rgb(148,227,98); }

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

border-color css

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

 span { border-color: rgb(148,227,98); }

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