Html Css Color HEX #97E266 Gossip

📋 copy color: '#97E266'

red 151 ◦ green 226 ◦ blue 102

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

Shades of Gossip #97E266

Tints of Gossip #97E266

RGB

 RED value IS 151 (59.38% from 255) = 31.52%

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

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

R = 31.52%
G = 47.18%
B = 21.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#97E266 (or 0x97E266) is known color: Gossip. HEX triplet: 97, E2 and 66. RGB value is (151,226,102). Sum of RGB (Red+Green+Blue) = 151+226+102=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #97E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E266 is #681D99. Grayscale: #BDBDBD. Windows color (decimal): -6823322 or 6742679. OLE color: 6742679.

HSL color Cylindrical-coordinate representation of color #97E266: hue angle of 96.29º 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 #97E266 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 226 102 -
CMYK 0.33 0 0.55 0.11
HSL 96.29º 0.68% 0.64% -
HSV(B) 96.29º 0.55% 0.89% -
XYZ 42.36 61.93 22.29 -
YUV 189.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 151 226 102 0.33 0 0.55 0.11 96.29 0.68 0.64
Hex 97 E2 66 21 0 37 B 60 44 40
Octal 227 342 146 41 0 67 13 140 104 100
Binary 10010111 11100010 1100110 100001 0 110111 1011 1100000 1000100 1000000

Color Harmonies of #97E266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E266

Black with #97E266

Text Example


Text Example

White with #97E266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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