Html Css Color HEX #95E275 Gossip

📋 copy color: '#95E275'

red 149 ◦ green 226 ◦ blue 117

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

Shades of Gossip #95E275

Tints of Gossip #95E275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 30.28%
G = 45.93%
B = 23.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#95E275 (or 0x95E275) is known color: Gossip. HEX triplet: 95, E2 and 75. RGB value is (149,226,117). Sum of RGB (Red+Green+Blue) = 149+226+117=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #95E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E275 is #6A1D8A. Grayscale: #BEBEBE. Windows color (decimal): -6954379 or 7725717. OLE color: 7725717.

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

Color convert

RGB 149 226 117 -
CMYK 0.34 0 0.48 0.11
HSL 102.39º 0.65% 0.67% -
HSV(B) 102.39º 0.48% 0.89% -
XYZ 42.8 62.07 26.55 -
YUV 190.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 149 226 117 0.34 0 0.48 0.11 102.39 0.65 0.67
Hex 95 E2 75 22 0 30 B 66 41 43
Octal 225 342 165 42 0 60 13 146 101 103
Binary 10010101 11100010 1110101 100010 0 110000 1011 1100110 1000001 1000011

Color Harmonies of #95E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E275

Black with #95E275

Text Example


Text Example

White with #95E275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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