Html Css Color HEX #95CF8A Gossip

📋 copy color: '#95CF8A'

red 149 ◦ green 207 ◦ blue 138

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

Shades of Gossip #95CF8A

Tints of Gossip #95CF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 30.16%
G = 41.9%
B = 27.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#95CF8A (or 0x95CF8A) is known color: Gossip. HEX triplet: 95, CF and 8A. RGB value is (149,207,138). Sum of RGB (Red+Green+Blue) = 149+207+138=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CF8A is #6A3075. Grayscale: #B6B6B6. Windows color (decimal): -6959222 or 9097109. OLE color: 9097109.

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

Color convert

RGB 149 207 138 -
CMYK 0.28 0 0.33 0.19
HSL 110.43º 0.42% 0.68% -
HSV(B) 110.43º 0.33% 0.81% -
XYZ 39.29 52.85 32.17 -
YUV 181.79 103.28 104.61 -
System Red Green Blue C M Y K H S L
Decimal 149 207 138 0.28 0 0.33 0.19 110.43 0.42 0.68
Hex 95 CF 8A 1C 0 21 13 6E 2A 44
Octal 225 317 212 34 0 41 23 156 52 104
Binary 10010101 11001111 10001010 11100 0 100001 10011 1101110 101010 1000100

Color Harmonies of #95CF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CF8A

Black with #95CF8A

Text Example


Text Example

White with #95CF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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