Html Css Color HEX #95DF68 Gossip

📋 copy color: '#95DF68'

red 149 ◦ green 223 ◦ blue 104

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

Shades of Gossip #95DF68

Tints of Gossip #95DF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 31.3%
G = 46.85%
B = 21.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#95DF68 (or 0x95DF68) is known color: Gossip. HEX triplet: 95, DF and 68. RGB value is (149,223,104). Sum of RGB (Red+Green+Blue) = 149+223+104=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF68 is #6A2097. Grayscale: #BBBBBB. Windows color (decimal): -6955160 or 6872981. OLE color: 6872981.

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

Color convert

RGB 149 223 104 -
CMYK 0.33 0 0.53 0.13
HSL 97.31º 0.65% 0.64% -
HSV(B) 97.31º 0.53% 0.87% -
XYZ 41.28 60.16 22.53 -
YUV 187.31 80.98 100.68 -
System Red Green Blue C M Y K H S L
Decimal 149 223 104 0.33 0 0.53 0.13 97.31 0.65 0.64
Hex 95 DF 68 21 0 35 D 61 41 40
Octal 225 337 150 41 0 65 15 141 101 100
Binary 10010101 11011111 1101000 100001 0 110101 1101 1100001 1000001 1000000

Color Harmonies of #95DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF68

Black with #95DF68

Text Example


Text Example

White with #95DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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