Html Css Color HEX #82D286 De York

📋 copy color: '#82D286'

red 130 ◦ green 210 ◦ blue 134

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

Shades of De York #82D286

Tints of De York #82D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

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

R = 27.43%
G = 44.3%
B = 28.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#82D286 (or 0x82D286) is known color: De York. HEX triplet: 82, D2 and 86. RGB value is (130,210,134). Sum of RGB (Red+Green+Blue) = 130+210+134=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #82D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D286 is #7D2D79. Grayscale: #B1B1B1. Windows color (decimal): -8203642 or 8835714. OLE color: 8835714.

HSL color Cylindrical-coordinate representation of color #82D286: hue angle of 123º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D286 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 134 -
CMYK 0.38 0 0.36 0.18
HSL 123º 0.47% 0.67% -
HSV(B) 123º 0.38% 0.82% -
XYZ 36.56 52.56 30.77 -
YUV 177.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 130 210 134 0.38 0 0.36 0.18 123 0.47 0.67
Hex 82 D2 86 26 0 24 12 7B 2F 43
Octal 202 322 206 46 0 44 22 173 57 103
Binary 10000010 11010010 10000110 100110 0 100100 10010 1111011 101111 1000011

Color Harmonies of #82D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D286

Black with #82D286

Text Example


Text Example

White with #82D286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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