Html Css Color HEX #82D18F De York

📋 copy color: '#82D18F'

red 130 ◦ green 209 ◦ blue 143

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

Shades of De York #82D18F

Tints of De York #82D18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 26.97%
G = 43.36%
B = 29.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#82D18F (or 0x82D18F) is known color: De York. HEX triplet: 82, D1 and 8F. RGB value is (130,209,143). Sum of RGB (Red+Green+Blue) = 130+209+143=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #82D18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D18F is #7D2E70. Grayscale: #B2B2B2. Windows color (decimal): -8203889 or 9425282. OLE color: 9425282.

HSL color Cylindrical-coordinate representation of color #82D18F: hue angle of 129.87º 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 #82D18F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 209 143 -
CMYK 0.38 0 0.32 0.18
HSL 129.87º 0.46% 0.66% -
HSV(B) 129.87º 0.38% 0.82% -
XYZ 36.96 52.33 34.14 -
YUV 177.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 130 209 143 0.38 0 0.32 0.18 129.87 0.46 0.66
Hex 82 D1 8F 26 0 20 12 82 2E 42
Octal 202 321 217 46 0 40 22 202 56 102
Binary 10000010 11010001 10001111 100110 0 100000 10010 10000010 101110 1000010

Color Harmonies of #82D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D18F

Black with #82D18F

Text Example


Text Example

White with #82D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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