Html Css Color HEX #82D797 De York

📋 copy color: '#82D797'

red 130 ◦ green 215 ◦ blue 151

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

Shades of De York #82D797

Tints of De York #82D797

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.35%

 BLUE value IS 151 (59.38% from 255) = 30.44%

R = 26.21%
G = 43.35%
B = 30.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#82D797 (or 0x82D797) is known color: De York. HEX triplet: 82, D7 and 97. RGB value is (130,215,151). Sum of RGB (Red+Green+Blue) = 130+215+151=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #82D797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D797 is #7D2868. Grayscale: #B6B6B6. Windows color (decimal): -8202345 or 9951106. OLE color: 9951106.

HSL color Cylindrical-coordinate representation of color #82D797: hue angle of 134.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D797 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 151 -
CMYK 0.40 0 0.30 0.16
HSL 134.82º 0.52% 0.68% -
HSV(B) 134.82º 0.4% 0.84% -
XYZ 39.09 55.58 37.95 -
YUV 182.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 130 215 151 0.40 0 0.30 0.16 134.82 0.52 0.68
Hex 82 D7 97 28 0 1E 10 87 34 44
Octal 202 327 227 50 0 36 20 207 64 104
Binary 10000010 11010111 10010111 101000 0 11110 10000 10000111 110100 1000100

Color Harmonies of #82D797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D797

Black with #82D797

Text Example


Text Example

White with #82D797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,151); }

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

background-color css

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

 a { background-color: rgb(130,215,151); }

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

border-color css

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

 span { border-color: rgb(130,215,151); }

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