Html Css Color HEX #82C685 De York

📋 copy color: '#82C685'

red 130 ◦ green 198 ◦ blue 133

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

Shades of De York #82C685

Tints of De York #82C685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 28.2%
G = 42.95%
B = 28.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#82C685 (or 0x82C685) is known color: De York. HEX triplet: 82, C6 and 85. RGB value is (130,198,133). Sum of RGB (Red+Green+Blue) = 130+198+133=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #82C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C685 is #7D397A. Grayscale: #AAAAAA. Windows color (decimal): -8206715 or 8767106. OLE color: 8767106.

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

Color convert

RGB 130 198 133 -
CMYK 0.34 0 0.33 0.22
HSL 122.65º 0.37% 0.64% -
HSV(B) 122.65º 0.34% 0.78% -
XYZ 33.63 46.83 29.46 -
YUV 170.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 130 198 133 0.34 0 0.33 0.22 122.65 0.37 0.64
Hex 82 C6 85 22 0 21 16 7B 25 40
Octal 202 306 205 42 0 41 26 173 45 100
Binary 10000010 11000110 10000101 100010 0 100001 10110 1111011 100101 1000000

Color Harmonies of #82C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C685

Black with #82C685

Text Example


Text Example

White with #82C685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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