Html Css Color HEX #95E577 Gossip

📋 copy color: '#95E577'

red 149 ◦ green 229 ◦ blue 119

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

Shades of Gossip #95E577

Tints of Gossip #95E577

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 29.98%
G = 46.08%
B = 23.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#95E577 (or 0x95E577) is known color: Gossip. HEX triplet: 95, E5 and 77. RGB value is (149,229,119). Sum of RGB (Red+Green+Blue) = 149+229+119=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #95E577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E577 is #6A1A88. Grayscale: #C0C0C0. Windows color (decimal): -6953609 or 7857557. OLE color: 7857557.

HSL color Cylindrical-coordinate representation of color #95E577: hue angle of 103.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95E577 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 229 119 -
CMYK 0.35 0 0.48 0.10
HSL 103.64º 0.68% 0.68% -
HSV(B) 103.64º 0.48% 0.9% -
XYZ 43.74 63.76 27.45 -
YUV 192.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 149 229 119 0.35 0 0.48 0.10 103.64 0.68 0.68
Hex 95 E5 77 23 0 30 A 68 44 44
Octal 225 345 167 43 0 60 12 150 104 104
Binary 10010101 11100101 1110111 100011 0 110000 1010 1101000 1000100 1000100

Color Harmonies of #95E577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E577

Black with #95E577

Text Example


Text Example

White with #95E577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,229,119); }

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

background-color css

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

 a { background-color: rgb(149,229,119); }

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

border-color css

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

 span { border-color: rgb(149,229,119); }

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