Html Css Color HEX #95DF66 Gossip

📋 copy color: '#95DF66'

red 149 ◦ green 223 ◦ blue 102

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

Shades of Gossip #95DF66

Tints of Gossip #95DF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 31.43%
G = 47.05%
B = 21.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#95DF66 (or 0x95DF66) is known color: Gossip. HEX triplet: 95, DF and 66. RGB value is (149,223,102). Sum of RGB (Red+Green+Blue) = 149+223+102=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF66 is #6A2099. Grayscale: #BBBBBB. Windows color (decimal): -6955162 or 6741909. OLE color: 6741909.

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

Color convert

RGB 149 223 102 -
CMYK 0.33 0 0.54 0.13
HSL 96.69º 0.65% 0.64% -
HSV(B) 96.69º 0.54% 0.87% -
XYZ 41.18 60.12 22.01 -
YUV 187.08 79.98 100.84 -
System Red Green Blue C M Y K H S L
Decimal 149 223 102 0.33 0 0.54 0.13 96.69 0.65 0.64
Hex 95 DF 66 21 0 36 D 61 41 40
Octal 225 337 146 41 0 66 15 141 101 100
Binary 10010101 11011111 1100110 100001 0 110110 1101 1100001 1000001 1000000

Color Harmonies of #95DF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF66

Black with #95DF66

Text Example


Text Example

White with #95DF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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