Html Css Color HEX #91D695 De York

📋 copy color: '#91D695'

red 145 ◦ green 214 ◦ blue 149

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

Shades of De York #91D695

Tints of De York #91D695

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 value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#91D695 (or 0x91D695) is known color: 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

RGB 145 214 149 -
CMYK 0.32 0 0.30 0.16
HSL 123.48º 0.46% 0.7% -
HSV(B) 123.48º 0.32% 0.84% -
XYZ 41.15 56.28 37.13 -
YUV 185.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 145 214 149 0.32 0 0.30 0.16 123.48 0.46 0.7
Hex 91 D6 95 20 0 1E 10 7B 2E 46
Octal 221 326 225 40 0 36 20 173 56 106
Binary 10010001 11010110 10010101 100000 0 11110 10000 1111011 101110 1000110

Color Harmonies of #91D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D695

Black with #91D695

Text Example


Text Example

White with #91D695

Text Example


Text Example

HTML Codes & Css Web 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>