Html Css Color HEX #82D890 De York

📋 copy color: '#82D890'

red 130 ◦ green 216 ◦ blue 144

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

Shades of De York #82D890

Tints of De York #82D890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 26.53%
G = 44.08%
B = 29.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#82D890 (or 0x82D890) is known color: De York. HEX triplet: 82, D8 and 90. RGB value is (130,216,144). Sum of RGB (Red+Green+Blue) = 130+216+144=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #82D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D890 is #7D276F. Grayscale: #B6B6B6. Windows color (decimal): -8202096 or 9492610. OLE color: 9492610.

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

Color convert

RGB 130 216 144 -
CMYK 0.40 0 0.33 0.15
HSL 129.77º 0.52% 0.68% -
HSV(B) 129.77º 0.4% 0.85% -
XYZ 38.8 55.87 35.13 -
YUV 182.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 130 216 144 0.40 0 0.33 0.15 129.77 0.52 0.68
Hex 82 D8 90 28 0 21 F 82 34 44
Octal 202 330 220 50 0 41 17 202 64 104
Binary 10000010 11011000 10010000 101000 0 100001 1111 10000010 110100 1000100

Color Harmonies of #82D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D890

Black with #82D890

Text Example


Text Example

White with #82D890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,144); }

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

background-color css

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

 a { background-color: rgb(130,216,144); }

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

border-color css

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

 span { border-color: rgb(130,216,144); }

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