Html Css Color HEX #95D07E Gossip

📋 copy color: '#95D07E'

red 149 ◦ green 208 ◦ blue 126

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

Shades of Gossip #95D07E

Tints of Gossip #95D07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 30.85%
G = 43.06%
B = 26.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#95D07E (or 0x95D07E) is known color: Gossip. HEX triplet: 95, D0 and 7E. RGB value is (149,208,126). Sum of RGB (Red+Green+Blue) = 149+208+126=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #95D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D07E is #6A2F81. Grayscale: #B5B5B5. Windows color (decimal): -6958978 or 8310933. OLE color: 8310933.

HSL color Cylindrical-coordinate representation of color #95D07E: hue angle of 103.17º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D07E is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 126 -
CMYK 0.28 0 0.39 0.18
HSL 103.17º 0.47% 0.65% -
HSV(B) 103.17º 0.39% 0.82% -
XYZ 38.72 53.01 27.93 -
YUV 181.01 96.95 105.17 -
System Red Green Blue C M Y K H S L
Decimal 149 208 126 0.28 0 0.39 0.18 103.17 0.47 0.65
Hex 95 D0 7E 1C 0 27 12 67 2F 41
Octal 225 320 176 34 0 47 22 147 57 101
Binary 10010101 11010000 1111110 11100 0 100111 10010 1100111 101111 1000001

Color Harmonies of #95D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D07E

Black with #95D07E

Text Example


Text Example

White with #95D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,208,126); }

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

background-color css

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

 a { background-color: rgb(149,208,126); }

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

border-color css

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

 span { border-color: rgb(149,208,126); }

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