Html Css Color HEX #97E474 Gossip

📋 copy color: '#97E474'

red 151 ◦ green 228 ◦ blue 116

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

Shades of Gossip #97E474

Tints of Gossip #97E474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 30.51%
G = 46.06%
B = 23.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#97E474 (or 0x97E474) is known color: Gossip. HEX triplet: 97, E4 and 74. RGB value is (151,228,116). Sum of RGB (Red+Green+Blue) = 151+228+116=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #97E474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E474 is #681B8B. Grayscale: #C0C0C0. Windows color (decimal): -6822796 or 7660695. OLE color: 7660695.

HSL color Cylindrical-coordinate representation of color #97E474: hue angle of 101.25º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E474 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 228 116 -
CMYK 0.34 0 0.49 0.11
HSL 101.25º 0.67% 0.67% -
HSV(B) 101.25º 0.49% 0.89% -
XYZ 43.66 63.33 26.45 -
YUV 192.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 151 228 116 0.34 0 0.49 0.11 101.25 0.67 0.67
Hex 97 E4 74 22 0 31 B 65 43 43
Octal 227 344 164 42 0 61 13 145 103 103
Binary 10010111 11100100 1110100 100010 0 110001 1011 1100101 1000011 1000011

Color Harmonies of #97E474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E474

Black with #97E474

Text Example


Text Example

White with #97E474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,228,116); }

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

background-color css

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

 a { background-color: rgb(151,228,116); }

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

border-color css

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

 span { border-color: rgb(151,228,116); }

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