Html Css Color HEX #8ED88B De York

📋 copy color: '#8ED88B'

red 142 ◦ green 216 ◦ blue 139

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

Shades of De York #8ED88B

Tints of De York #8ED88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 28.57%
G = 43.46%
B = 27.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#8ED88B (or 0x8ED88B) is known color: De York. HEX triplet: 8E, D8 and 8B. RGB value is (142,216,139). Sum of RGB (Red+Green+Blue) = 142+216+139=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED88B is #712774. Grayscale: #B9B9B9. Windows color (decimal): -7415669 or 9164942. OLE color: 9164942.

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

Color convert

RGB 142 216 139 -
CMYK 0.34 0 0.36 0.15
HSL 117.66º 0.5% 0.7% -
HSV(B) 117.66º 0.36% 0.85% -
XYZ 40.37 56.73 33.25 -
YUV 185.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 142 216 139 0.34 0 0.36 0.15 117.66 0.5 0.7
Hex 8E D8 8B 22 0 24 F 76 32 46
Octal 216 330 213 42 0 44 17 166 62 106
Binary 10001110 11011000 10001011 100010 0 100100 1111 1110110 110010 1000110

Color Harmonies of #8ED88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED88B

Black with #8ED88B

Text Example


Text Example

White with #8ED88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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