Html Css Color HEX #8DCB97 De York

📋 copy color: '#8DCB97'

red 141 ◦ green 203 ◦ blue 151

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

Shades of De York #8DCB97

Tints of De York #8DCB97

RGB

 RED value IS 141 (55.47% from 255) = 28.48%

 GREEN value IS 203 (79.69% from 255) = 41.01%

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

R = 28.48%
G = 41.01%
B = 30.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#8DCB97 (or 0x8DCB97) is known color: De York. HEX triplet: 8D, CB and 97. RGB value is (141,203,151). Sum of RGB (Red+Green+Blue) = 141+203+151=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB97 is #723468. Grayscale: #B2B2B2. Windows color (decimal): -7484521 or 9948045. OLE color: 9948045.

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

Color convert

RGB 141 203 151 -
CMYK 0.31 0 0.26 0.20
HSL 129.68º 0.37% 0.67% -
HSV(B) 129.68º 0.31% 0.8% -
XYZ 37.93 50.61 37.05 -
YUV 178.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 141 203 151 0.31 0 0.26 0.20 129.68 0.37 0.67
Hex 8D CB 97 1F 0 1A 14 82 25 43
Octal 215 313 227 37 0 32 24 202 45 103
Binary 10001101 11001011 10010111 11111 0 11010 10100 10000010 100101 1000011

Color Harmonies of #8DCB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCB97

Black with #8DCB97

Text Example


Text Example

White with #8DCB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,203,151); }

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

background-color css

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

 a { background-color: rgb(141,203,151); }

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

border-color css

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

 span { border-color: rgb(141,203,151); }

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