Html Css Color HEX #8CCA97 De York

📋 copy color: '#8CCA97'

red 140 ◦ green 202 ◦ blue 151

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

Shades of De York #8CCA97

Tints of De York #8CCA97

RGB

 RED value IS 140 (55.08% from 255) = 28.4%

 GREEN value IS 202 (79.3% from 255) = 40.97%

 BLUE value IS 151 (59.38% from 255) = 30.63%

R = 28.4%
G = 40.97%
B = 30.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#8CCA97 (or 0x8CCA97) is known color: De York. HEX triplet: 8C, CA and 97. RGB value is (140,202,151). Sum of RGB (Red+Green+Blue) = 140+202+151=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA97 is #733568. Grayscale: #B1B1B1. Windows color (decimal): -7550313 or 9947788. OLE color: 9947788.

HSL color Cylindrical-coordinate representation of color #8CCA97: hue angle of 130.65º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA97 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 151 -
CMYK 0.31 0 0.25 0.21
HSL 130.65º 0.37% 0.67% -
HSV(B) 130.65º 0.31% 0.79% -
XYZ 37.52 50.05 36.96 -
YUV 177.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 140 202 151 0.31 0 0.25 0.21 130.65 0.37 0.67
Hex 8C CA 97 1F 0 19 15 83 25 43
Octal 214 312 227 37 0 31 25 203 45 103
Binary 10001100 11001010 10010111 11111 0 11001 10101 10000011 100101 1000011

Color Harmonies of #8CCA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA97

Black with #8CCA97

Text Example


Text Example

White with #8CCA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,151); }

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

background-color css

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

 a { background-color: rgb(140,202,151); }

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

border-color css

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

 span { border-color: rgb(140,202,151); }

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