Html Css Color HEX #95D383 Gossip

📋 copy color: '#95D383'

red 149 ◦ green 211 ◦ blue 131

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

Shades of Gossip #95D383

Tints of Gossip #95D383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 30.35%
G = 42.97%
B = 26.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#95D383 (or 0x95D383) is known color: Gossip. HEX triplet: 95, D3 and 83. RGB value is (149,211,131). Sum of RGB (Red+Green+Blue) = 149+211+131=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #95D383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D383 is #6A2C7C. Grayscale: #B7B7B7. Windows color (decimal): -6958205 or 8639381. OLE color: 8639381.

HSL color Cylindrical-coordinate representation of color #95D383: hue angle of 106.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95D383 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 131 -
CMYK 0.29 0 0.38 0.17
HSL 106.5º 0.48% 0.67% -
HSV(B) 106.5º 0.38% 0.83% -
XYZ 39.79 54.62 29.92 -
YUV 183.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 149 211 131 0.29 0 0.38 0.17 106.5 0.48 0.67
Hex 95 D3 83 1D 0 26 11 6A 30 43
Octal 225 323 203 35 0 46 21 152 60 103
Binary 10010101 11010011 10000011 11101 0 100110 10001 1101010 110000 1000011

Color Harmonies of #95D383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D383

Black with #95D383

Text Example


Text Example

White with #95D383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,131); }

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

background-color css

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

 a { background-color: rgb(149,211,131); }

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

border-color css

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

 span { border-color: rgb(149,211,131); }

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