Html Css Color HEX #95D288 Gossip

📋 copy color: '#95D288'

red 149 ◦ green 210 ◦ blue 136

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

Shades of Gossip #95D288

Tints of Gossip #95D288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 30.1%
G = 42.42%
B = 27.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#95D288 (or 0x95D288) is known color: Gossip. HEX triplet: 95, D2 and 88. RGB value is (149,210,136). Sum of RGB (Red+Green+Blue) = 149+210+136=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #95D288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D288 is #6A2D77. Grayscale: #B7B7B7. Windows color (decimal): -6958456 or 8966805. OLE color: 8966805.

HSL color Cylindrical-coordinate representation of color #95D288: hue angle of 109.46º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95D288 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 136 -
CMYK 0.29 0 0.35 0.18
HSL 109.46º 0.45% 0.68% -
HSV(B) 109.46º 0.35% 0.82% -
XYZ 39.88 54.26 31.66 -
YUV 183.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 149 210 136 0.29 0 0.35 0.18 109.46 0.45 0.68
Hex 95 D2 88 1D 0 23 12 6D 2D 44
Octal 225 322 210 35 0 43 22 155 55 104
Binary 10010101 11010010 10001000 11101 0 100011 10010 1101101 101101 1000100

Color Harmonies of #95D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D288

Black with #95D288

Text Example


Text Example

White with #95D288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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