Html Css Color HEX #82DF8C De York

📋 copy color: '#82DF8C'

red 130 ◦ green 223 ◦ blue 140

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

Shades of De York #82DF8C

Tints of De York #82DF8C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 26.37%
G = 45.23%
B = 28.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#82DF8C (or 0x82DF8C) is known color: De York. HEX triplet: 82, DF and 8C. RGB value is (130,223,140). Sum of RGB (Red+Green+Blue) = 130+223+140=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF8C is #7D2073. Grayscale: #B9B9B9. Windows color (decimal): -8200308 or 9232258. OLE color: 9232258.

HSL color Cylindrical-coordinate representation of color #82DF8C: hue angle of 126.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF8C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 140 -
CMYK 0.42 0 0.37 0.13
HSL 126.45º 0.59% 0.69% -
HSV(B) 126.45º 0.42% 0.87% -
XYZ 40.33 59.41 34.15 -
YUV 185.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 130 223 140 0.42 0 0.37 0.13 126.45 0.59 0.69
Hex 82 DF 8C 2A 0 25 D 7E 3B 45
Octal 202 337 214 52 0 45 15 176 73 105
Binary 10000010 11011111 10001100 101010 0 100101 1101 1111110 111011 1000101

Color Harmonies of #82DF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF8C

Black with #82DF8C

Text Example


Text Example

White with #82DF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,140); }

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

background-color css

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

 a { background-color: rgb(130,223,140); }

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

border-color css

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

 span { border-color: rgb(130,223,140); }

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