Html Css Color HEX #91D57F Gossip

📋 copy color: '#91D57F'

red 145 ◦ green 213 ◦ blue 127

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

Shades of Gossip #91D57F

Tints of Gossip #91D57F

RGB

 RED value IS 145 (57.03% from 255) = 29.9%

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 29.9%
G = 43.92%
B = 26.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#91D57F (or 0x91D57F) is known color: Gossip. HEX triplet: 91, D5 and 7F. RGB value is (145,213,127). Sum of RGB (Red+Green+Blue) = 145+213+127=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #91D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D57F is #6E2A80. Grayscale: #B7B7B7. Windows color (decimal): -7219841 or 8377745. OLE color: 8377745.

HSL color Cylindrical-coordinate representation of color #91D57F: hue angle of 107.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91D57F is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 213 127 -
CMYK 0.32 0 0.40 0.16
HSL 107.44º 0.51% 0.67% -
HSV(B) 107.44º 0.4% 0.84% -
XYZ 39.3 55.14 28.65 -
YUV 182.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 145 213 127 0.32 0 0.40 0.16 107.44 0.51 0.67
Hex 91 D5 7F 20 0 28 10 6B 33 43
Octal 221 325 177 40 0 50 20 153 63 103
Binary 10010001 11010101 1111111 100000 0 101000 10000 1101011 110011 1000011

Color Harmonies of #91D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D57F

Black with #91D57F

Text Example


Text Example

White with #91D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91D57F; }

 p { color: rgb(145,213,127); }

 H1.HeaderClassName
 {
   color: #91D57F;
 }
 .AnyTagClassName
 {
   color: #91D57F;
 }
</style>

background-color css

<style>
 a { background-color: #91D57F; }

 a { background-color: rgb(145,213,127); }

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

border-color css

<style>
 span { border-color: #91D57F; }

 span { border-color: rgb(145,213,127); }

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