Html Css Color HEX #82D192 De York

📋 copy color: '#82D192'

red 130 ◦ green 209 ◦ blue 146

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

Shades of De York #82D192

Tints of De York #82D192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 26.8%
G = 43.09%
B = 30.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#82D192 (or 0x82D192) is known color: De York. HEX triplet: 82, D1 and 92. RGB value is (130,209,146). Sum of RGB (Red+Green+Blue) = 130+209+146=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #82D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D192 is #7D2E6D. Grayscale: #B2B2B2. Windows color (decimal): -8203886 or 9621890. OLE color: 9621890.

HSL color Cylindrical-coordinate representation of color #82D192: hue angle of 132.15º 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 #82D192 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 209 146 -
CMYK 0.38 0 0.30 0.18
HSL 132.15º 0.46% 0.66% -
HSV(B) 132.15º 0.38% 0.82% -
XYZ 37.19 52.42 35.35 -
YUV 178.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 130 209 146 0.38 0 0.30 0.18 132.15 0.46 0.66
Hex 82 D1 92 26 0 1E 12 84 2E 42
Octal 202 321 222 46 0 36 22 204 56 102
Binary 10000010 11010001 10010010 100110 0 11110 10010 10000100 101110 1000010

Color Harmonies of #82D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D192

Black with #82D192

Text Example


Text Example

White with #82D192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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