Html Css Color HEX #82D486 De York

📋 copy color: '#82D486'

red 130 ◦ green 212 ◦ blue 134

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

Shades of De York #82D486

Tints of De York #82D486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

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

R = 27.31%
G = 44.54%
B = 28.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#82D486 (or 0x82D486) is known color: De York. HEX triplet: 82, D4 and 86. RGB value is (130,212,134). Sum of RGB (Red+Green+Blue) = 130+212+134=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #82D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D486 is #7D2B79. Grayscale: #B2B2B2. Windows color (decimal): -8203130 or 8836226. OLE color: 8836226.

HSL color Cylindrical-coordinate representation of color #82D486: hue angle of 122.93º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D486 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 134 -
CMYK 0.39 0 0.37 0.17
HSL 122.93º 0.49% 0.67% -
HSV(B) 122.93º 0.39% 0.83% -
XYZ 37.05 53.55 30.94 -
YUV 178.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 130 212 134 0.39 0 0.37 0.17 122.93 0.49 0.67
Hex 82 D4 86 27 0 25 11 7B 31 43
Octal 202 324 206 47 0 45 21 173 61 103
Binary 10000010 11010100 10000110 100111 0 100101 10001 1111011 110001 1000011

Color Harmonies of #82D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D486

Black with #82D486

Text Example


Text Example

White with #82D486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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