Html Css Color HEX #82D986 De York

📋 copy color: '#82D986'

red 130 ◦ green 217 ◦ blue 134

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

Shades of De York #82D986

Tints of De York #82D986

RGB

 RED value IS 130 (51.17% from 255) = 27.03%

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 27.03%
G = 45.11%
B = 27.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#82D986 (or 0x82D986) is known color: De York. HEX triplet: 82, D9 and 86. RGB value is (130,217,134). Sum of RGB (Red+Green+Blue) = 130+217+134=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #82D986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D986 is #7D2679. Grayscale: #B5B5B5. Windows color (decimal): -8201850 or 8837506. OLE color: 8837506.

HSL color Cylindrical-coordinate representation of color #82D986: hue angle of 122.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D986 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 134 -
CMYK 0.40 0 0.38 0.15
HSL 122.76º 0.53% 0.68% -
HSV(B) 122.76º 0.4% 0.85% -
XYZ 38.32 56.09 31.36 -
YUV 181.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 130 217 134 0.40 0 0.38 0.15 122.76 0.53 0.68
Hex 82 D9 86 28 0 26 F 7B 35 44
Octal 202 331 206 50 0 46 17 173 65 104
Binary 10000010 11011001 10000110 101000 0 100110 1111 1111011 110101 1000100

Color Harmonies of #82D986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D986

Black with #82D986

Text Example


Text Example

White with #82D986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82D986; }

 p { color: rgb(130,217,134); }

 H1.HeaderClassName
 {
   color: #82D986;
 }
 .AnyTagClassName
 {
   color: #82D986;
 }
</style>

background-color css

<style>
 a { background-color: #82D986; }

 a { background-color: rgb(130,217,134); }

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

border-color css

<style>
 span { border-color: #82D986; }

 span { border-color: rgb(130,217,134); }

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