Html Css Color HEX #95E773 Gossip

📋 copy color: '#95E773'

red 149 ◦ green 231 ◦ blue 115

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

Shades of Gossip #95E773

Tints of Gossip #95E773

RGB

 RED value IS 149 (58.59% from 255) = 30.1%

 GREEN value IS 231 (90.63% from 255) = 46.67%

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 30.1%
G = 46.67%
B = 23.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#95E773 (or 0x95E773) is known color: Gossip. HEX triplet: 95, E7 and 73. RGB value is (149,231,115). Sum of RGB (Red+Green+Blue) = 149+231+115=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #95E773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E773 is #6A188C. Grayscale: #C1C1C1. Windows color (decimal): -6953101 or 7595925. OLE color: 7595925.

HSL color Cylindrical-coordinate representation of color #95E773: hue angle of 102.41º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95E773 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 231 115 -
CMYK 0.35 0 0.50 0.09
HSL 102.41º 0.71% 0.68% -
HSV(B) 102.41º 0.5% 0.91% -
XYZ 44.06 64.78 26.4 -
YUV 193.26 83.83 96.43 -
System Red Green Blue C M Y K H S L
Decimal 149 231 115 0.35 0 0.50 0.09 102.41 0.71 0.68
Hex 95 E7 73 23 0 32 9 66 47 44
Octal 225 347 163 43 0 62 11 146 107 104
Binary 10010101 11100111 1110011 100011 0 110010 1001 1100110 1000111 1000100

Color Harmonies of #95E773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E773

Black with #95E773

Text Example


Text Example

White with #95E773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E773; }

 p { color: rgb(149,231,115); }

 H1.HeaderClassName
 {
   color: #95E773;
 }
 .AnyTagClassName
 {
   color: #95E773;
 }
</style>

background-color css

<style>
 a { background-color: #95E773; }

 a { background-color: rgb(149,231,115); }

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

border-color css

<style>
 span { border-color: #95E773; }

 span { border-color: rgb(149,231,115); }

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