Html Css Color HEX #95EC6B Gossip

📋 copy color: '#95EC6B'

red 149 ◦ green 236 ◦ blue 107

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

Shades of Gossip #95EC6B

Tints of Gossip #95EC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 30.28%
G = 47.97%
B = 21.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#95EC6B (or 0x95EC6B) is known color: Gossip. HEX triplet: 95, EC and 6B. RGB value is (149,236,107). Sum of RGB (Red+Green+Blue) = 149+236+107=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC6B is #6A1394. Grayscale: #C3C3C3. Windows color (decimal): -6951829 or 7072917. OLE color: 7072917.

HSL color Cylindrical-coordinate representation of color #95EC6B: hue angle of 100.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95EC6B is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 236 107 -
CMYK 0.37 0 0.55 0.07
HSL 100.47º 0.77% 0.67% -
HSV(B) 100.47º 0.55% 0.93% -
XYZ 45.04 67.44 24.55 -
YUV 195.28 78.18 94.99 -
System Red Green Blue C M Y K H S L
Decimal 149 236 107 0.37 0 0.55 0.07 100.47 0.77 0.67
Hex 95 EC 6B 25 0 37 7 64 4D 43
Octal 225 354 153 45 0 67 7 144 115 103
Binary 10010101 11101100 1101011 100101 0 110111 111 1100100 1001101 1000011

Color Harmonies of #95EC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EC6B

Black with #95EC6B

Text Example


Text Example

White with #95EC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,236,107); }

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

background-color css

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

 a { background-color: rgb(149,236,107); }

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

border-color css

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

 span { border-color: rgb(149,236,107); }

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