#91D695

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

Shades of De York #91D695

Tints of De York #91D695

Color information

#91D695 (or 0x91D695) is unknown color: approx De York. HEX triplet: 91, D6 and 95. RGB value is (145,214,149). Sum of RGB (Red+Green+Blue) = 145+214+149=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #91D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D695 is #6E296A. Grayscale: #BABABA. Windows color (decimal): -7219563 or 9819793. OLE color: 9819793.

HSL color Cylindrical-coordinate representation of color #91D695: hue angle of 123.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D695 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB145214149-
CMYK0.3200.300.16
HSL123.48º45.7%70.39%-
HSV(B)123.48º32.24%83.92%-
XYZ41.1556.2837.13-
YUV185.96107.1498.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.54%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=28.54%
G=42.13%
B=29.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452141490.3200.300.16123.4845.770.39
Hex91D6952001E107b2e46
Octal221326225400362017356106
Binary1001000111010110100101011000000111101000011110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,214,149); }

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

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

 a { background-color: rgb(145,214,149); }

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

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

 span { border-color: rgb(145,214,149); }

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