Html Css Color HEX #95E27D Gossip

📋 copy color: '#95E27D'

red 149 ◦ green 226 ◦ blue 125

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

Shades of Gossip #95E27D

Tints of Gossip #95E27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.2%

 BLUE value IS 125 (49.22% from 255) = 25%

R = 29.8%
G = 45.2%
B = 25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#95E27D (or 0x95E27D) is known color: Gossip. HEX triplet: 95, E2 and 7D. RGB value is (149,226,125). Sum of RGB (Red+Green+Blue) = 149+226+125=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #95E27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E27D is #6A1D82. Grayscale: #BFBFBF. Windows color (decimal): -6954371 or 8250005. OLE color: 8250005.

HSL color Cylindrical-coordinate representation of color #95E27D: hue angle of 105.74º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95E27D is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 226 125 -
CMYK 0.34 0 0.45 0.11
HSL 105.74º 0.64% 0.69% -
HSV(B) 105.74º 0.45% 0.89% -
XYZ 43.29 62.26 29.14 -
YUV 191.46 90.49 97.71 -
System Red Green Blue C M Y K H S L
Decimal 149 226 125 0.34 0 0.45 0.11 105.74 0.64 0.69
Hex 95 E2 7D 22 0 2D B 6A 40 45
Octal 225 342 175 42 0 55 13 152 100 105
Binary 10010101 11100010 1111101 100010 0 101101 1011 1101010 1000000 1000101

Color Harmonies of #95E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E27D

Black with #95E27D

Text Example


Text Example

White with #95E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,125); }

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

background-color css

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

 a { background-color: rgb(149,226,125); }

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

border-color css

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

 span { border-color: rgb(149,226,125); }

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