Html Css Color HEX #8ED685 De York

📋 copy color: '#8ED685'

red 142 ◦ green 214 ◦ blue 133

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

Shades of De York #8ED685

Tints of De York #8ED685

RGB

 RED value IS 142 (55.86% from 255) = 29.04%

 GREEN value IS 214 (83.98% from 255) = 43.76%

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

R = 29.04%
G = 43.76%
B = 27.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#8ED685 (or 0x8ED685) is known color: De York. HEX triplet: 8E, D6 and 85. RGB value is (142,214,133). Sum of RGB (Red+Green+Blue) = 142+214+133=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED685 is #71297A. Grayscale: #B7B7B7. Windows color (decimal): -7416187 or 8771214. OLE color: 8771214.

HSL color Cylindrical-coordinate representation of color #8ED685: hue angle of 113.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED685 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 214 133 -
CMYK 0.34 0 0.38 0.16
HSL 113.33º 0.5% 0.68% -
HSV(B) 113.33º 0.38% 0.84% -
XYZ 39.44 55.54 30.83 -
YUV 183.24 99.65 98.59 -
System Red Green Blue C M Y K H S L
Decimal 142 214 133 0.34 0 0.38 0.16 113.33 0.5 0.68
Hex 8E D6 85 22 0 26 10 71 32 44
Octal 216 326 205 42 0 46 20 161 62 104
Binary 10001110 11010110 10000101 100010 0 100110 10000 1110001 110010 1000100

Color Harmonies of #8ED685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED685

Black with #8ED685

Text Example


Text Example

White with #8ED685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,214,133); }

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

background-color css

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

 a { background-color: rgb(142,214,133); }

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

border-color css

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

 span { border-color: rgb(142,214,133); }

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