Html Css Color HEX #82C586 De York

📋 copy color: '#82C586'

red 130 ◦ green 197 ◦ blue 134

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

Shades of De York #82C586

Tints of De York #82C586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

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

R = 28.2%
G = 42.73%
B = 29.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#82C586 (or 0x82C586) is known color: De York. HEX triplet: 82, C5 and 86. RGB value is (130,197,134). Sum of RGB (Red+Green+Blue) = 130+197+134=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #82C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C586 is #7D3A79. Grayscale: #A9A9A9. Windows color (decimal): -8206970 or 8832386. OLE color: 8832386.

HSL color Cylindrical-coordinate representation of color #82C586: hue angle of 123.58º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82C586 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 197 134 -
CMYK 0.34 0 0.32 0.23
HSL 123.58º 0.37% 0.64% -
HSV(B) 123.58º 0.34% 0.77% -
XYZ 33.48 46.4 29.75 -
YUV 169.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 130 197 134 0.34 0 0.32 0.23 123.58 0.37 0.64
Hex 82 C5 86 22 0 20 17 7C 25 40
Octal 202 305 206 42 0 40 27 174 45 100
Binary 10000010 11000101 10000110 100010 0 100000 10111 1111100 100101 1000000

Color Harmonies of #82C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C586

Black with #82C586

Text Example


Text Example

White with #82C586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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