Html Css Color HEX #82D686 De York

📋 copy color: '#82D686'

red 130 ◦ green 214 ◦ blue 134

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

Shades of De York #82D686

Tints of De York #82D686

RGB

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

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

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

R = 27.2%
G = 44.77%
B = 28.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#82D686 (or 0x82D686) is known color: De York. HEX triplet: 82, D6 and 86. RGB value is (130,214,134). Sum of RGB (Red+Green+Blue) = 130+214+134=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #82D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D686 is #7D2979. Grayscale: #B4B4B4. Windows color (decimal): -8202618 or 8836738. OLE color: 8836738.

HSL color Cylindrical-coordinate representation of color #82D686: hue angle of 122.86º 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 #82D686 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 134 -
CMYK 0.39 0 0.37 0.16
HSL 122.86º 0.51% 0.67% -
HSV(B) 122.86º 0.39% 0.84% -
XYZ 37.56 54.56 31.11 -
YUV 179.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 130 214 134 0.39 0 0.37 0.16 122.86 0.51 0.67
Hex 82 D6 86 27 0 25 10 7B 33 43
Octal 202 326 206 47 0 45 20 173 63 103
Binary 10000010 11010110 10000110 100111 0 100101 10000 1111011 110011 1000011

Color Harmonies of #82D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D686

Black with #82D686

Text Example


Text Example

White with #82D686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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