Html Css Color HEX #8DD07E De York

📋 copy color: '#8DD07E'

red 141 ◦ green 208 ◦ blue 126

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

Shades of De York #8DD07E

Tints of De York #8DD07E

RGB

 RED value IS 141 (55.47% from 255) = 29.68%

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 29.68%
G = 43.79%
B = 26.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#8DD07E (or 0x8DD07E) is known color: De York. HEX triplet: 8D, D0 and 7E. RGB value is (141,208,126). Sum of RGB (Red+Green+Blue) = 141+208+126=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD07E is #722F81. Grayscale: #B2B2B2. Windows color (decimal): -7483266 or 8310925. OLE color: 8310925.

HSL color Cylindrical-coordinate representation of color #8DD07E: hue angle of 109.02º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DD07E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 126 -
CMYK 0.32 0 0.39 0.18
HSL 109.02º 0.47% 0.65% -
HSV(B) 109.02º 0.39% 0.82% -
XYZ 37.31 52.28 27.86 -
YUV 178.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 141 208 126 0.32 0 0.39 0.18 109.02 0.47 0.65
Hex 8D D0 7E 20 0 27 12 6D 2F 41
Octal 215 320 176 40 0 47 22 155 57 101
Binary 10001101 11010000 1111110 100000 0 100111 10010 1101101 101111 1000001

Color Harmonies of #8DD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD07E

Black with #8DD07E

Text Example


Text Example

White with #8DD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,126); }

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

background-color css

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

 a { background-color: rgb(141,208,126); }

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

border-color css

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

 span { border-color: rgb(141,208,126); }

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