Html Css Color HEX #8DD682 De York

📋 copy color: '#8DD682'

red 141 ◦ green 214 ◦ blue 130

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

Shades of De York #8DD682

Tints of De York #8DD682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 29.07%
G = 44.12%
B = 26.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#8DD682 (or 0x8DD682) is known color: De York. HEX triplet: 8D, D6 and 82. RGB value is (141,214,130). Sum of RGB (Red+Green+Blue) = 141+214+130=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD682 is #72297D. Grayscale: #B6B6B6. Windows color (decimal): -7481726 or 8574605. OLE color: 8574605.

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

Color convert

RGB 141 214 130 -
CMYK 0.34 0 0.39 0.16
HSL 112.14º 0.51% 0.67% -
HSV(B) 112.14º 0.39% 0.84% -
XYZ 39.06 55.37 29.75 -
YUV 182.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 141 214 130 0.34 0 0.39 0.16 112.14 0.51 0.67
Hex 8D D6 82 22 0 27 10 70 33 43
Octal 215 326 202 42 0 47 20 160 63 103
Binary 10001101 11010110 10000010 100010 0 100111 10000 1110000 110011 1000011

Color Harmonies of #8DD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD682

Black with #8DD682

Text Example


Text Example

White with #8DD682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,214,130); }

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

background-color css

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

 a { background-color: rgb(141,214,130); }

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

border-color css

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

 span { border-color: rgb(141,214,130); }

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