Html Css Color HEX #95CF88 Gossip

📋 copy color: '#95CF88'

red 149 ◦ green 207 ◦ blue 136

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

Shades of Gossip #95CF88

Tints of Gossip #95CF88

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 30.28%
G = 42.07%
B = 27.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#95CF88 (or 0x95CF88) is known color: Gossip. HEX triplet: 95, CF and 88. RGB value is (149,207,136). Sum of RGB (Red+Green+Blue) = 149+207+136=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CF88 is #6A3077. Grayscale: #B5B5B5. Windows color (decimal): -6959224 or 8966037. OLE color: 8966037.

HSL color Cylindrical-coordinate representation of color #95CF88: hue angle of 109.01º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CF88 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 207 136 -
CMYK 0.28 0 0.34 0.19
HSL 109.01º 0.43% 0.67% -
HSV(B) 109.01º 0.34% 0.81% -
XYZ 39.15 52.79 31.42 -
YUV 181.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 149 207 136 0.28 0 0.34 0.19 109.01 0.43 0.67
Hex 95 CF 88 1C 0 22 13 6D 2B 43
Octal 225 317 210 34 0 42 23 155 53 103
Binary 10010101 11001111 10001000 11100 0 100010 10011 1101101 101011 1000011

Color Harmonies of #95CF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CF88

Black with #95CF88

Text Example


Text Example

White with #95CF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,207,136); }

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

background-color css

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

 a { background-color: rgb(149,207,136); }

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

border-color css

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

 span { border-color: rgb(149,207,136); }

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