Html Css Color HEX #8FCC91 De York

📋 copy color: '#8FCC91'

red 143 ◦ green 204 ◦ blue 145

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

Shades of De York #8FCC91

Tints of De York #8FCC91

RGB

 RED value IS 143 (56.25% from 255) = 29.07%

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 29.07%
G = 41.46%
B = 29.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#8FCC91 (or 0x8FCC91) is known color: De York. HEX triplet: 8F, CC and 91. RGB value is (143,204,145). Sum of RGB (Red+Green+Blue) = 143+204+145=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC91 is #70336E. Grayscale: #B3B3B3. Windows color (decimal): -7353199 or 9555087. OLE color: 9555087.

HSL color Cylindrical-coordinate representation of color #8FCC91: hue angle of 121.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCC91 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 145 -
CMYK 0.30 0 0.29 0.2
HSL 121.97º 0.37% 0.68% -
HSV(B) 121.97º 0.3% 0.8% -
XYZ 38.03 51.07 34.64 -
YUV 179.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 143 204 145 0.30 0 0.29 0.2 121.97 0.37 0.68
Hex 8F CC 91 1E 0 1D 14 7A 25 44
Octal 217 314 221 36 0 35 24 172 45 104
Binary 10001111 11001100 10010001 11110 0 11101 10100 1111010 100101 1000100

Color Harmonies of #8FCC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC91

Black with #8FCC91

Text Example


Text Example

White with #8FCC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCC91; }

 p { color: rgb(143,204,145); }

 H1.HeaderClassName
 {
   color: #8FCC91;
 }
 .AnyTagClassName
 {
   color: #8FCC91;
 }
</style>

background-color css

<style>
 a { background-color: #8FCC91; }

 a { background-color: rgb(143,204,145); }

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

border-color css

<style>
 span { border-color: #8FCC91; }

 span { border-color: rgb(143,204,145); }

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