Html Css Color HEX #8ED690 De York

📋 copy color: '#8ED690'

red 142 ◦ green 214 ◦ blue 144

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

Shades of De York #8ED690

Tints of De York #8ED690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 28.4%
G = 42.8%
B = 28.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#8ED690 (or 0x8ED690) is known color: De York. HEX triplet: 8E, D6 and 90. RGB value is (142,214,144). Sum of RGB (Red+Green+Blue) = 142+214+144=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED690 is #71296F. Grayscale: #B8B8B8. Windows color (decimal): -7416176 or 9492110. OLE color: 9492110.

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

Color convert

RGB 142 214 144 -
CMYK 0.34 0 0.33 0.16
HSL 121.67º 0.47% 0.7% -
HSV(B) 121.67º 0.34% 0.84% -
XYZ 40.24 55.86 35.05 -
YUV 184.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 142 214 144 0.34 0 0.33 0.16 121.67 0.47 0.7
Hex 8E D6 90 22 0 21 10 7A 2F 46
Octal 216 326 220 42 0 41 20 172 57 106
Binary 10001110 11010110 10010000 100010 0 100001 10000 1111010 101111 1000110

Color Harmonies of #8ED690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED690

Black with #8ED690

Text Example


Text Example

White with #8ED690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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