Html Css Color HEX #94E462 Gossip

📋 copy color: '#94E462'

red 148 ◦ green 228 ◦ blue 98

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

Shades of Gossip #94E462

Tints of Gossip #94E462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

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

R = 31.22%
G = 48.1%
B = 20.68%

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

#94E462 (or 0x94E462) is known color: Gossip. HEX triplet: 94, E4 and 62. RGB value is (148,228,98). Sum of RGB (Red+Green+Blue) = 148+228+98=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #94E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E462 is #6B1B9D. Grayscale: #BDBDBD. Windows color (decimal): -7019422 or 6481044. OLE color: 6481044.

HSL color Cylindrical-coordinate representation of color #94E462: hue angle of 96.92º degrees, saturation: 0.71, 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 #94E462 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 228 98 -
CMYK 0.35 0 0.57 0.11
HSL 96.92º 0.71% 0.64% -
HSV(B) 96.92º 0.57% 0.89% -
XYZ 42.16 62.66 21.43 -
YUV 189.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 148 228 98 0.35 0 0.57 0.11 96.92 0.71 0.64
Hex 94 E4 62 23 0 39 B 61 47 40
Octal 224 344 142 43 0 71 13 141 107 100
Binary 10010100 11100100 1100010 100011 0 111001 1011 1100001 1000111 1000000

Color Harmonies of #94E462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E462

Black with #94E462

Text Example


Text Example

White with #94E462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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