Html Css Color HEX #95DF65 Gossip

📋 copy color: '#95DF65'

red 149 ◦ green 223 ◦ blue 101

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

Shades of Gossip #95DF65

Tints of Gossip #95DF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 31.5%
G = 47.15%
B = 21.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#95DF65 (or 0x95DF65) is known color: Gossip. HEX triplet: 95, DF and 65. RGB value is (149,223,101). Sum of RGB (Red+Green+Blue) = 149+223+101=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF65 is #6A209A. Grayscale: #BBBBBB. Windows color (decimal): -6955163 or 6676373. OLE color: 6676373.

HSL color Cylindrical-coordinate representation of color #95DF65: hue angle of 96.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95DF65 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 101 -
CMYK 0.33 0 0.55 0.13
HSL 96.39º 0.66% 0.64% -
HSV(B) 96.39º 0.55% 0.87% -
XYZ 41.13 60.1 21.75 -
YUV 186.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 149 223 101 0.33 0 0.55 0.13 96.39 0.66 0.64
Hex 95 DF 65 21 0 37 D 60 42 40
Octal 225 337 145 41 0 67 15 140 102 100
Binary 10010101 11011111 1100101 100001 0 110111 1101 1100000 1000010 1000000

Color Harmonies of #95DF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF65

Black with #95DF65

Text Example


Text Example

White with #95DF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,101); }

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

background-color css

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

 a { background-color: rgb(149,223,101); }

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

border-color css

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

 span { border-color: rgb(149,223,101); }

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