Html Css Color HEX #82C680 De York

📋 copy color: '#82C680'

red 130 ◦ green 198 ◦ blue 128

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

Shades of De York #82C680

Tints of De York #82C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 28.51%
G = 43.42%
B = 28.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#82C680 (or 0x82C680) is known color: De York. HEX triplet: 82, C6 and 80. RGB value is (130,198,128). Sum of RGB (Red+Green+Blue) = 130+198+128=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #82C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C680 is #7D397F. Grayscale: #A9A9A9. Windows color (decimal): -8206720 or 8439426. OLE color: 8439426.

HSL color Cylindrical-coordinate representation of color #82C680: hue angle of 118.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82C680 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 128 -
CMYK 0.34 0 0.35 0.22
HSL 118.29º 0.38% 0.64% -
HSV(B) 118.29º 0.35% 0.78% -
XYZ 33.3 46.69 27.68 -
YUV 169.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 130 198 128 0.34 0 0.35 0.22 118.29 0.38 0.64
Hex 82 C6 80 22 0 23 16 76 26 40
Octal 202 306 200 42 0 43 26 166 46 100
Binary 10000010 11000110 10000000 100010 0 100011 10110 1110110 100110 1000000

Color Harmonies of #82C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C680

Black with #82C680

Text Example


Text Example

White with #82C680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,128); }

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

background-color css

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

 a { background-color: rgb(130,198,128); }

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

border-color css

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

 span { border-color: rgb(130,198,128); }

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