Html Css Color HEX #8FD286 De York

📋 copy color: '#8FD286'

red 143 ◦ green 210 ◦ blue 134

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

Shades of De York #8FD286

Tints of De York #8FD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 29.36%
G = 43.12%
B = 27.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#8FD286 (or 0x8FD286) is known color: De York. HEX triplet: 8F, D2 and 86. RGB value is (143,210,134). Sum of RGB (Red+Green+Blue) = 143+210+134=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD286 is #702D79. Grayscale: #B5B5B5. Windows color (decimal): -7351674 or 8835727. OLE color: 8835727.

HSL color Cylindrical-coordinate representation of color #8FD286: hue angle of 112.89º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD286 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 134 -
CMYK 0.32 0 0.36 0.18
HSL 112.89º 0.46% 0.67% -
HSV(B) 112.89º 0.36% 0.82% -
XYZ 38.68 53.65 30.87 -
YUV 181.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 143 210 134 0.32 0 0.36 0.18 112.89 0.46 0.67
Hex 8F D2 86 20 0 24 12 71 2E 43
Octal 217 322 206 40 0 44 22 161 56 103
Binary 10001111 11010010 10000110 100000 0 100100 10010 1110001 101110 1000011

Color Harmonies of #8FD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD286

Black with #8FD286

Text Example


Text Example

White with #8FD286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,210,134); }

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

background-color css

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

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

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

border-color css

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

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

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