Html Css Color HEX #82C683 De York

📋 copy color: '#82C683'

red 130 ◦ green 198 ◦ blue 131

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

Shades of De York #82C683

Tints of De York #82C683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 28.32%
G = 43.14%
B = 28.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#82C683 (or 0x82C683) is known color: De York. HEX triplet: 82, C6 and 83. RGB value is (130,198,131). Sum of RGB (Red+Green+Blue) = 130+198+131=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #82C683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C683 is #7D397C. Grayscale: #AAAAAA. Windows color (decimal): -8206717 or 8636034. OLE color: 8636034.

HSL color Cylindrical-coordinate representation of color #82C683: hue angle of 120.88º 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 #82C683 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 131 -
CMYK 0.34 0 0.34 0.22
HSL 120.88º 0.37% 0.64% -
HSV(B) 120.88º 0.34% 0.78% -
XYZ 33.5 46.77 28.74 -
YUV 170.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 130 198 131 0.34 0 0.34 0.22 120.88 0.37 0.64
Hex 82 C6 83 22 0 22 16 79 25 40
Octal 202 306 203 42 0 42 26 171 45 100
Binary 10000010 11000110 10000011 100010 0 100010 10110 1111001 100101 1000000

Color Harmonies of #82C683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C683

Black with #82C683

Text Example


Text Example

White with #82C683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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