Html Css Color HEX #95E277 Gossip

📋 copy color: '#95E277'

red 149 ◦ green 226 ◦ blue 119

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

Shades of Gossip #95E277

Tints of Gossip #95E277

RGB

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

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

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

R = 30.16%
G = 45.75%
B = 24.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#95E277 (or 0x95E277) is known color: Gossip. HEX triplet: 95, E2 and 77. RGB value is (149,226,119). Sum of RGB (Red+Green+Blue) = 149+226+119=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #95E277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E277 is #6A1D88. Grayscale: #BFBFBF. Windows color (decimal): -6954377 or 7856789. OLE color: 7856789.

HSL color Cylindrical-coordinate representation of color #95E277: hue angle of 103.18º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95E277 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 226 119 -
CMYK 0.34 0 0.47 0.11
HSL 103.18º 0.65% 0.68% -
HSV(B) 103.18º 0.47% 0.89% -
XYZ 42.92 62.11 27.18 -
YUV 190.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 149 226 119 0.34 0 0.47 0.11 103.18 0.65 0.68
Hex 95 E2 77 22 0 2F B 67 41 44
Octal 225 342 167 42 0 57 13 147 101 104
Binary 10010101 11100010 1110111 100010 0 101111 1011 1100111 1000001 1000100

Color Harmonies of #95E277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E277

Black with #95E277

Text Example


Text Example

White with #95E277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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