Html Css Color HEX #82D983 De York

📋 copy color: '#82D983'

red 130 ◦ green 217 ◦ blue 131

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

Shades of De York #82D983

Tints of De York #82D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

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

R = 27.2%
G = 45.4%
B = 27.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#82D983 (or 0x82D983) is known color: De York. HEX triplet: 82, D9 and 83. RGB value is (130,217,131). Sum of RGB (Red+Green+Blue) = 130+217+131=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #82D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D983 is #7D267C. Grayscale: #B5B5B5. Windows color (decimal): -8201853 or 8640898. OLE color: 8640898.

HSL color Cylindrical-coordinate representation of color #82D983: hue angle of 120.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D983 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 131 -
CMYK 0.40 0 0.40 0.15
HSL 120.69º 0.53% 0.68% -
HSV(B) 120.69º 0.4% 0.85% -
XYZ 38.12 56.01 30.27 -
YUV 181.18 99.68 91.49 -
System Red Green Blue C M Y K H S L
Decimal 130 217 131 0.40 0 0.40 0.15 120.69 0.53 0.68
Hex 82 D9 83 28 0 28 F 79 35 44
Octal 202 331 203 50 0 50 17 171 65 104
Binary 10000010 11011001 10000011 101000 0 101000 1111 1111001 110101 1000100

Color Harmonies of #82D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D983

Black with #82D983

Text Example


Text Example

White with #82D983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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