Html Css Color HEX #95C37F Gossip

📋 copy color: '#95C37F'

red 149 ◦ green 195 ◦ blue 127

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

Shades of Gossip #95C37F

Tints of Gossip #95C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 31.63%
G = 41.4%
B = 26.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#95C37F (or 0x95C37F) is known color: Gossip. HEX triplet: 95, C3 and 7F. RGB value is (149,195,127). Sum of RGB (Red+Green+Blue) = 149+195+127=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37F is #6A3C80. Grayscale: #ADADAD. Windows color (decimal): -6962305 or 8373141. OLE color: 8373141.

HSL color Cylindrical-coordinate representation of color #95C37F: hue angle of 100.59º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C37F is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 127 -
CMYK 0.24 0 0.35 0.24
HSL 100.59º 0.36% 0.63% -
HSV(B) 100.59º 0.35% 0.76% -
XYZ 35.74 46.95 27.26 -
YUV 173.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 149 195 127 0.24 0 0.35 0.24 100.59 0.36 0.63
Hex 95 C3 7F 18 0 23 18 65 24 3F
Octal 225 303 177 30 0 43 30 145 44 77
Binary 10010101 11000011 1111111 11000 0 100011 11000 1100101 100100 111111

Color Harmonies of #95C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C37F

Black with #95C37F

Text Example


Text Example

White with #95C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,127); }

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

background-color css

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

 a { background-color: rgb(149,195,127); }

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

border-color css

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

 span { border-color: rgb(149,195,127); }

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