Html Css Color HEX #95CF7C Gossip

📋 copy color: '#95CF7C'

red 149 ◦ green 207 ◦ blue 124

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

Shades of Gossip #95CF7C

Tints of Gossip #95CF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 31.04%
G = 43.13%
B = 25.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#95CF7C (or 0x95CF7C) is known color: Gossip. HEX triplet: 95, CF and 7C. RGB value is (149,207,124). Sum of RGB (Red+Green+Blue) = 149+207+124=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF7C is #6A3083. Grayscale: #B4B4B4. Windows color (decimal): -6959236 or 8179605. OLE color: 8179605.

HSL color Cylindrical-coordinate representation of color #95CF7C: hue angle of 101.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CF7C is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 207 124 -
CMYK 0.28 0 0.40 0.19
HSL 101.93º 0.46% 0.65% -
HSV(B) 101.93º 0.4% 0.81% -
XYZ 38.35 52.47 27.18 -
YUV 180.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 149 207 124 0.28 0 0.40 0.19 101.93 0.46 0.65
Hex 95 CF 7C 1C 0 28 13 66 2E 41
Octal 225 317 174 34 0 50 23 146 56 101
Binary 10010101 11001111 1111100 11100 0 101000 10011 1100110 101110 1000001

Color Harmonies of #95CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CF7C

Black with #95CF7C

Text Example


Text Example

White with #95CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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