Html Css Color HEX #82D196 De York

📋 copy color: '#82D196'

red 130 ◦ green 209 ◦ blue 150

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

Shades of De York #82D196

Tints of De York #82D196

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 26.58%
G = 42.74%
B = 30.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#82D196 (or 0x82D196) is known color: De York. HEX triplet: 82, D1 and 96. RGB value is (130,209,150). Sum of RGB (Red+Green+Blue) = 130+209+150=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #82D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D196 is #7D2E69. Grayscale: #B2B2B2. Windows color (decimal): -8203882 or 9884034. OLE color: 9884034.

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

Color convert

RGB 130 209 150 -
CMYK 0.38 0 0.28 0.18
HSL 135.19º 0.46% 0.66% -
HSV(B) 135.19º 0.38% 0.82% -
XYZ 37.51 52.55 37.02 -
YUV 178.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 130 209 150 0.38 0 0.28 0.18 135.19 0.46 0.66
Hex 82 D1 96 26 0 1C 12 87 2E 42
Octal 202 321 226 46 0 34 22 207 56 102
Binary 10000010 11010001 10010110 100110 0 11100 10010 10000111 101110 1000010

Color Harmonies of #82D196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D196

Black with #82D196

Text Example


Text Example

White with #82D196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,209,150); }

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

background-color css

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

 a { background-color: rgb(130,209,150); }

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

border-color css

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

 span { border-color: rgb(130,209,150); }

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