Html Css Color HEX #82D183 De York

📋 copy color: '#82D183'

red 130 ◦ green 209 ◦ blue 131

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

Shades of De York #82D183

Tints of De York #82D183

RGB

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

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

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

R = 27.66%
G = 44.47%
B = 27.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#82D183 (or 0x82D183) is known color: De York. HEX triplet: 82, D1 and 83. RGB value is (130,209,131). Sum of RGB (Red+Green+Blue) = 130+209+131=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #82D183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D183 is #7D2E7C. Grayscale: #B0B0B0. Windows color (decimal): -8203901 or 8638850. OLE color: 8638850.

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

Color convert

RGB 130 209 131 -
CMYK 0.38 0 0.37 0.18
HSL 120.76º 0.46% 0.66% -
HSV(B) 120.76º 0.38% 0.82% -
XYZ 36.1 51.99 29.6 -
YUV 176.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 130 209 131 0.38 0 0.37 0.18 120.76 0.46 0.66
Hex 82 D1 83 26 0 25 12 79 2E 42
Octal 202 321 203 46 0 45 22 171 56 102
Binary 10000010 11010001 10000011 100110 0 100101 10010 1111001 101110 1000010

Color Harmonies of #82D183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D183

Black with #82D183

Text Example


Text Example

White with #82D183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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