Html Css Color HEX #8FD082 De York

📋 copy color: '#8FD082'

red 143 ◦ green 208 ◦ blue 130

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

Shades of De York #8FD082

Tints of De York #8FD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 29.73%
G = 43.24%
B = 27.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#8FD082 (or 0x8FD082) is known color: De York. HEX triplet: 8F, D0 and 82. RGB value is (143,208,130). Sum of RGB (Red+Green+Blue) = 143+208+130=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD082 is #702F7D. Grayscale: #B3B3B3. Windows color (decimal): -7352190 or 8573071. OLE color: 8573071.

HSL color Cylindrical-coordinate representation of color #8FD082: hue angle of 110º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FD082 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 130 -
CMYK 0.31 0 0.38 0.18
HSL 110º 0.45% 0.66% -
HSV(B) 110º 0.38% 0.82% -
XYZ 37.91 52.56 29.27 -
YUV 179.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 143 208 130 0.31 0 0.38 0.18 110 0.45 0.66
Hex 8F D0 82 1F 0 26 12 6E 2D 42
Octal 217 320 202 37 0 46 22 156 55 102
Binary 10001111 11010000 10000010 11111 0 100110 10010 1101110 101101 1000010

Color Harmonies of #8FD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD082

Black with #8FD082

Text Example


Text Example

White with #8FD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,130); }

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

background-color css

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

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

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

border-color css

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

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

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