Html Css Color HEX #8FCA8F De York

📋 copy color: '#8FCA8F'

red 143 ◦ green 202 ◦ blue 143

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

Shades of De York #8FCA8F

Tints of De York #8FCA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 29.3%
G = 41.39%
B = 29.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#8FCA8F (or 0x8FCA8F) is known color: De York. HEX triplet: 8F, CA and 8F. RGB value is (143,202,143). Sum of RGB (Red+Green+Blue) = 143+202+143=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA8F is #703570. Grayscale: #B1B1B1. Windows color (decimal): -7353713 or 9423503. OLE color: 9423503.

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

Color convert

RGB 143 202 143 -
CMYK 0.29 0 0.29 0.21
HSL 120º 0.36% 0.68% -
HSV(B) 120º 0.29% 0.79% -
XYZ 37.41 50.06 33.68 -
YUV 177.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 143 202 143 0.29 0 0.29 0.21 120 0.36 0.68
Hex 8F CA 8F 1D 0 1D 15 78 24 44
Octal 217 312 217 35 0 35 25 170 44 104
Binary 10001111 11001010 10001111 11101 0 11101 10101 1111000 100100 1000100

Color Harmonies of #8FCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA8F

Black with #8FCA8F

Text Example


Text Example

White with #8FCA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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