Html Css Color HEX #8FCA8D De York

📋 copy color: '#8FCA8D'

red 143 ◦ green 202 ◦ blue 141

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

Shades of De York #8FCA8D

Tints of De York #8FCA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 29.42%
G = 41.56%
B = 29.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#8FCA8D (or 0x8FCA8D) is known color: De York. HEX triplet: 8F, CA and 8D. RGB value is (143,202,141). Sum of RGB (Red+Green+Blue) = 143+202+141=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA8D is #703572. Grayscale: #B1B1B1. Windows color (decimal): -7353715 or 9292431. OLE color: 9292431.

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

Color convert

RGB 143 202 141 -
CMYK 0.29 0 0.30 0.21
HSL 118.03º 0.37% 0.67% -
HSV(B) 118.03º 0.3% 0.79% -
XYZ 37.26 50 32.89 -
YUV 177.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 143 202 141 0.29 0 0.30 0.21 118.03 0.37 0.67
Hex 8F CA 8D 1D 0 1E 15 76 25 43
Octal 217 312 215 35 0 36 25 166 45 103
Binary 10001111 11001010 10001101 11101 0 11110 10101 1110110 100101 1000011

Color Harmonies of #8FCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA8D

Black with #8FCA8D

Text Example


Text Example

White with #8FCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,141); }

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

background-color css

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

 a { background-color: rgb(143,202,141); }

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

border-color css

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

 span { border-color: rgb(143,202,141); }

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