Html Css Color HEX #82D17C De York

📋 copy color: '#82D17C'

red 130 ◦ green 209 ◦ blue 124

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

Shades of De York #82D17C

Tints of De York #82D17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 28.08%
G = 45.14%
B = 26.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#82D17C (or 0x82D17C) is known color: De York. HEX triplet: 82, D1 and 7C. RGB value is (130,209,124). Sum of RGB (Red+Green+Blue) = 130+209+124=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #82D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D17C is #7D2E83. Grayscale: #AFAFAF. Windows color (decimal): -8203908 or 8180098. OLE color: 8180098.

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

Color convert

RGB 130 209 124 -
CMYK 0.38 0 0.41 0.18
HSL 115.76º 0.48% 0.65% -
HSV(B) 115.76º 0.41% 0.82% -
XYZ 35.64 51.8 27.19 -
YUV 175.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 130 209 124 0.38 0 0.41 0.18 115.76 0.48 0.65
Hex 82 D1 7C 26 0 29 12 74 30 41
Octal 202 321 174 46 0 51 22 164 60 101
Binary 10000010 11010001 1111100 100110 0 101001 10010 1110100 110000 1000001

Color Harmonies of #82D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D17C

Black with #82D17C

Text Example


Text Example

White with #82D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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