Html Css Color HEX #91D694 De York

📋 copy color: '#91D694'

red 145 ◦ green 214 ◦ blue 148

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

Shades of De York #91D694

Tints of De York #91D694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 28.6%
G = 42.21%
B = 29.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#91D694 (or 0x91D694) is known color: De York. HEX triplet: 91, D6 and 94. RGB value is (145,214,148). Sum of RGB (Red+Green+Blue) = 145+214+148=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #91D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D694 is #6E296B. Grayscale: #BABABA. Windows color (decimal): -7219564 or 9754257. OLE color: 9754257.

HSL color Cylindrical-coordinate representation of color #91D694: hue angle of 122.61º 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 #91D694 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 214 148 -
CMYK 0.32 0 0.31 0.16
HSL 122.61º 0.46% 0.7% -
HSV(B) 122.61º 0.32% 0.84% -
XYZ 41.07 56.25 36.71 -
YUV 185.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 145 214 148 0.32 0 0.31 0.16 122.61 0.46 0.7
Hex 91 D6 94 20 0 1F 10 7B 2E 46
Octal 221 326 224 40 0 37 20 173 56 106
Binary 10010001 11010110 10010100 100000 0 11111 10000 1111011 101110 1000110

Color Harmonies of #91D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D694

Black with #91D694

Text Example


Text Example

White with #91D694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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