Html Css Color HEX #95DA68 Gossip

📋 copy color: '#95DA68'

red 149 ◦ green 218 ◦ blue 104

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

Shades of Gossip #95DA68

Tints of Gossip #95DA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 31.63%
G = 46.28%
B = 22.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#95DA68 (or 0x95DA68) is known color: Gossip. HEX triplet: 95, DA and 68. RGB value is (149,218,104). Sum of RGB (Red+Green+Blue) = 149+218+104=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA68 is #6A2597. Grayscale: #B8B8B8. Windows color (decimal): -6956440 or 6871701. OLE color: 6871701.

HSL color Cylindrical-coordinate representation of color #95DA68: hue angle of 96.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95DA68 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 104 -
CMYK 0.32 0 0.52 0.15
HSL 96.32º 0.61% 0.63% -
HSV(B) 96.32º 0.52% 0.85% -
XYZ 39.96 57.53 22.1 -
YUV 184.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 149 218 104 0.32 0 0.52 0.15 96.32 0.61 0.63
Hex 95 DA 68 20 0 34 F 60 3D 3F
Octal 225 332 150 40 0 64 17 140 75 77
Binary 10010101 11011010 1101000 100000 0 110100 1111 1100000 111101 111111

Color Harmonies of #95DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA68

Black with #95DA68

Text Example


Text Example

White with #95DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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