#91D08D

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

Shades of De York #91D08D

Tints of De York #91D08D

Color information

#91D08D (or 0x91D08D) is unknown color: approx De York. HEX triplet: 91, D0 and 8D. RGB value is (145,208,141). Sum of RGB (Red+Green+Blue) = 145+208+141=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #91D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D08D is #6E2F72. Grayscale: #B5B5B5. Windows color (decimal): -7221107 or 9293969. OLE color: 9293969.

HSL color Cylindrical-coordinate representation of color #91D08D: hue angle of 116.42º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D08D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB145208141-
CMYK0.3000.320.18
HSL116.42º41.61%68.43%-
HSV(B)116.42º32.21%81.57%-
XYZ39.0453.0533.38-
YUV181.52105.13101.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=29.35%
G=42.11%
B=28.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1452081410.3000.320.18116.4241.6168.43
Hex91D08D1E02012742a44
Octal221320215360402216452104
Binary1001000111010000100011011111001000001001011101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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