Html Css Color HEX #95E168 Gossip

📋 copy color: '#95E168'

red 149 ◦ green 225 ◦ blue 104

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

Shades of Gossip #95E168

Tints of Gossip #95E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 31.17%
G = 47.07%
B = 21.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#95E168 (or 0x95E168) is known color: Gossip. HEX triplet: 95, E1 and 68. RGB value is (149,225,104). Sum of RGB (Red+Green+Blue) = 149+225+104=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #95E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E168 is #6A1E97. Grayscale: #BCBCBC. Windows color (decimal): -6954648 or 6873493. OLE color: 6873493.

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

Color convert

RGB 149 225 104 -
CMYK 0.34 0 0.54 0.12
HSL 97.69º 0.67% 0.65% -
HSV(B) 97.69º 0.54% 0.88% -
XYZ 41.82 61.24 22.71 -
YUV 188.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 149 225 104 0.34 0 0.54 0.12 97.69 0.67 0.65
Hex 95 E1 68 22 0 36 C 62 43 41
Octal 225 341 150 42 0 66 14 142 103 101
Binary 10010101 11100001 1101000 100010 0 110110 1100 1100010 1000011 1000001

Color Harmonies of #95E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E168

Black with #95E168

Text Example


Text Example

White with #95E168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,225,104); }

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

background-color css

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

 a { background-color: rgb(149,225,104); }

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

border-color css

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

 span { border-color: rgb(149,225,104); }

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