Html Css Color HEX #8FD085 De York

📋 copy color: '#8FD085'

red 143 ◦ green 208 ◦ blue 133

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

Shades of De York #8FD085

Tints of De York #8FD085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 29.55%
G = 42.98%
B = 27.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#8FD085 (or 0x8FD085) is known color: De York. HEX triplet: 8F, D0 and 85. RGB value is (143,208,133). Sum of RGB (Red+Green+Blue) = 143+208+133=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD085 is #702F7A. Grayscale: #B4B4B4. Windows color (decimal): -7352187 or 8769679. OLE color: 8769679.

HSL color Cylindrical-coordinate representation of color #8FD085: hue angle of 112º degrees, saturation: 0.44, 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 #8FD085 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 133 -
CMYK 0.31 0 0.36 0.18
HSL 112º 0.44% 0.67% -
HSV(B) 112º 0.36% 0.82% -
XYZ 38.12 52.64 30.34 -
YUV 180.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 143 208 133 0.31 0 0.36 0.18 112 0.44 0.67
Hex 8F D0 85 1F 0 24 12 70 2C 43
Octal 217 320 205 37 0 44 22 160 54 103
Binary 10001111 11010000 10000101 11111 0 100100 10010 1110000 101100 1000011

Color Harmonies of #8FD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD085

Black with #8FD085

Text Example


Text Example

White with #8FD085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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