Html Css Color HEX #95CF81 Gossip

📋 copy color: '#95CF81'

red 149 ◦ green 207 ◦ blue 129

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

Shades of Gossip #95CF81

Tints of Gossip #95CF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 30.72%
G = 42.68%
B = 26.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#95CF81 (or 0x95CF81) is known color: Gossip. HEX triplet: 95, CF and 81. RGB value is (149,207,129). Sum of RGB (Red+Green+Blue) = 149+207+129=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CF81 is #6A307E. Grayscale: #B5B5B5. Windows color (decimal): -6959231 or 8507285. OLE color: 8507285.

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

Color convert

RGB 149 207 129 -
CMYK 0.28 0 0.38 0.19
HSL 104.62º 0.45% 0.66% -
HSV(B) 104.62º 0.38% 0.81% -
XYZ 38.67 52.6 28.88 -
YUV 180.77 98.78 105.34 -
System Red Green Blue C M Y K H S L
Decimal 149 207 129 0.28 0 0.38 0.19 104.62 0.45 0.66
Hex 95 CF 81 1C 0 26 13 69 2D 42
Octal 225 317 201 34 0 46 23 151 55 102
Binary 10010101 11001111 10000001 11100 0 100110 10011 1101001 101101 1000010

Color Harmonies of #95CF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CF81

Black with #95CF81

Text Example


Text Example

White with #95CF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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