Html Css Color HEX #94E266 Gossip

📋 copy color: '#94E266'

red 148 ◦ green 226 ◦ blue 102

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

Shades of Gossip #94E266

Tints of Gossip #94E266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.48%

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 31.09%
G = 47.48%
B = 21.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#94E266 (or 0x94E266) is known color: Gossip. HEX triplet: 94, E2 and 66. RGB value is (148,226,102). Sum of RGB (Red+Green+Blue) = 148+226+102=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #94E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E266 is #6B1D99. Grayscale: #BCBCBC. Windows color (decimal): -7019930 or 6742676. OLE color: 6742676.

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

Color convert

RGB 148 226 102 -
CMYK 0.35 0 0.55 0.11
HSL 97.74º 0.68% 0.64% -
HSV(B) 97.74º 0.55% 0.89% -
XYZ 41.81 61.65 22.27 -
YUV 188.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 148 226 102 0.35 0 0.55 0.11 97.74 0.68 0.64
Hex 94 E2 66 23 0 37 B 62 44 40
Octal 224 342 146 43 0 67 13 142 104 100
Binary 10010100 11100010 1100110 100011 0 110111 1011 1100010 1000100 1000000

Color Harmonies of #94E266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E266

Black with #94E266

Text Example


Text Example

White with #94E266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,102); }

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

background-color css

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

 a { background-color: rgb(148,226,102); }

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

border-color css

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

 span { border-color: rgb(148,226,102); }

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