Html Css Color HEX #82DA86 De York

📋 copy color: '#82DA86'

red 130 ◦ green 218 ◦ blue 134

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

Shades of De York #82DA86

Tints of De York #82DA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

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

R = 26.97%
G = 45.23%
B = 27.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#82DA86 (or 0x82DA86) is known color: De York. HEX triplet: 82, DA and 86. RGB value is (130,218,134). Sum of RGB (Red+Green+Blue) = 130+218+134=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA86 is #7D2579. Grayscale: #B6B6B6. Windows color (decimal): -8201594 or 8837762. OLE color: 8837762.

HSL color Cylindrical-coordinate representation of color #82DA86: hue angle of 122.73º degrees, saturation: 0.54, 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 #82DA86 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 134 -
CMYK 0.40 0 0.39 0.15
HSL 122.73º 0.54% 0.68% -
HSV(B) 122.73º 0.4% 0.85% -
XYZ 38.58 56.61 31.45 -
YUV 182.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 130 218 134 0.40 0 0.39 0.15 122.73 0.54 0.68
Hex 82 DA 86 28 0 27 F 7B 36 44
Octal 202 332 206 50 0 47 17 173 66 104
Binary 10000010 11011010 10000110 101000 0 100111 1111 1111011 110110 1000100

Color Harmonies of #82DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA86

Black with #82DA86

Text Example


Text Example

White with #82DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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