Html Css Color HEX #82DA8D De York

📋 copy color: '#82DA8D'

red 130 ◦ green 218 ◦ blue 141

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

Shades of De York #82DA8D

Tints of De York #82DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 26.58%
G = 44.58%
B = 28.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#82DA8D (or 0x82DA8D) is known color: De York. HEX triplet: 82, DA and 8D. RGB value is (130,218,141). Sum of RGB (Red+Green+Blue) = 130+218+141=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA8D is #7D2572. Grayscale: #B7B7B7. Windows color (decimal): -8201587 or 9296514. OLE color: 9296514.

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

Color convert

RGB 130 218 141 -
CMYK 0.40 0 0.35 0.15
HSL 127.5º 0.54% 0.68% -
HSV(B) 127.5º 0.4% 0.85% -
XYZ 39.09 56.81 34.11 -
YUV 182.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 130 218 141 0.40 0 0.35 0.15 127.5 0.54 0.68
Hex 82 DA 8D 28 0 23 F 80 36 44
Octal 202 332 215 50 0 43 17 200 66 104
Binary 10000010 11011010 10001101 101000 0 100011 1111 10000000 110110 1000100

Color Harmonies of #82DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA8D

Black with #82DA8D

Text Example


Text Example

White with #82DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,141); }

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

background-color css

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

 a { background-color: rgb(130,218,141); }

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

border-color css

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

 span { border-color: rgb(130,218,141); }

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