Html Css Color HEX #8ED885 De York

📋 copy color: '#8ED885'

red 142 ◦ green 216 ◦ blue 133

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

Shades of De York #8ED885

Tints of De York #8ED885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

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

R = 28.92%
G = 43.99%
B = 27.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#8ED885 (or 0x8ED885) is known color: De York. HEX triplet: 8E, D8 and 85. RGB value is (142,216,133). Sum of RGB (Red+Green+Blue) = 142+216+133=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED885 is #71277A. Grayscale: #B8B8B8. Windows color (decimal): -7415675 or 8771726. OLE color: 8771726.

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

Color convert

RGB 142 216 133 -
CMYK 0.34 0 0.38 0.15
HSL 113.49º 0.52% 0.68% -
HSV(B) 113.49º 0.38% 0.85% -
XYZ 39.94 56.56 31 -
YUV 184.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 142 216 133 0.34 0 0.38 0.15 113.49 0.52 0.68
Hex 8E D8 85 22 0 26 F 71 34 44
Octal 216 330 205 42 0 46 17 161 64 104
Binary 10001110 11011000 10000101 100010 0 100110 1111 1110001 110100 1000100

Color Harmonies of #8ED885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED885

Black with #8ED885

Text Example


Text Example

White with #8ED885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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