Html Css Color HEX #95E37D Gossip

📋 copy color: '#95E37D'

red 149 ◦ green 227 ◦ blue 125

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

Shades of Gossip #95E37D

Tints of Gossip #95E37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.31%

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

R = 29.74%
G = 45.31%
B = 24.95%

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

#95E37D (or 0x95E37D) is known color: Gossip. HEX triplet: 95, E3 and 7D. RGB value is (149,227,125). Sum of RGB (Red+Green+Blue) = 149+227+125=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #95E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E37D is #6A1C82. Grayscale: #C0C0C0. Windows color (decimal): -6954115 or 8250261. OLE color: 8250261.

HSL color Cylindrical-coordinate representation of color #95E37D: hue angle of 105.88º degrees, saturation: 0.65, 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 #95E37D is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 125 -
CMYK 0.34 0 0.45 0.11
HSL 105.88º 0.65% 0.69% -
HSV(B) 105.88º 0.45% 0.89% -
XYZ 43.57 62.81 29.23 -
YUV 192.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 149 227 125 0.34 0 0.45 0.11 105.88 0.65 0.69
Hex 95 E3 7D 22 0 2D B 6A 41 45
Octal 225 343 175 42 0 55 13 152 101 105
Binary 10010101 11100011 1111101 100010 0 101101 1011 1101010 1000001 1000101

Color Harmonies of #95E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E37D

Black with #95E37D

Text Example


Text Example

White with #95E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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