#91D48D

Color #91D48D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #91D48D

Tints of De York #91D48D

Color information

#91D48D (or 0x91D48D) is unknown color: approx De York. HEX triplet: 91, D4 and 8D. RGB value is (145,212,141). Sum of RGB (Red+Green+Blue) = 145+212+141=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #91D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D48D is #6E2B72. Grayscale: #B8B8B8. Windows color (decimal): -7220083 or 9294993. OLE color: 9294993.

HSL color Cylindrical-coordinate representation of color #91D48D: hue angle of 116.62º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D48D is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB145212141-
CMYK0.3200.330.17
HSL116.62º45.22%69.22%-
HSV(B)116.62º33.49%83.14%-
XYZ40.0355.0333.71-
YUV183.87103.8100.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=29.12%
G=42.57%
B=28.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1452121410.3200.330.17116.6245.2269.22
Hex91D48D2002111752d45
Octal221324215400412116555105
Binary10010001110101001000110110000001000011000111101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,212,141); }

 H1.HeaderClassName
 {
   color: #91D48D;
 }
 .AnyTagClassName
 {
   color: #91D48D;
 }
</style>
background-color css

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

 a { background-color: rgb(145,212,141); }

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

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

 span { border-color: rgb(145,212,141); }

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