Html Css Color HEX #82D995 De York

📋 copy color: '#82D995'

red 130 ◦ green 217 ◦ blue 149

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

Shades of De York #82D995

Tints of De York #82D995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 26.21%
G = 43.75%
B = 30.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#82D995 (or 0x82D995) is known color: De York. HEX triplet: 82, D9 and 95. RGB value is (130,217,149). Sum of RGB (Red+Green+Blue) = 130+217+149=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #82D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D995 is #7D266A. Grayscale: #B7B7B7. Windows color (decimal): -8201835 or 9820546. OLE color: 9820546.

HSL color Cylindrical-coordinate representation of color #82D995: hue angle of 133.1º 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 #82D995 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 149 -
CMYK 0.40 0 0.31 0.15
HSL 133.1º 0.53% 0.68% -
HSV(B) 133.1º 0.4% 0.85% -
XYZ 39.44 56.54 37.27 -
YUV 183.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 130 217 149 0.40 0 0.31 0.15 133.1 0.53 0.68
Hex 82 D9 95 28 0 1F F 85 35 44
Octal 202 331 225 50 0 37 17 205 65 104
Binary 10000010 11011001 10010101 101000 0 11111 1111 10000101 110101 1000100

Color Harmonies of #82D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D995

Black with #82D995

Text Example


Text Example

White with #82D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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