Html Css Color HEX #82BE8D De York

📋 copy color: '#82BE8D'

red 130 ◦ green 190 ◦ blue 141

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

Shades of De York #82BE8D

Tints of De York #82BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

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

R = 28.2%
G = 41.21%
B = 30.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#82BE8D (or 0x82BE8D) is known color: De York. HEX triplet: 82, BE and 8D. RGB value is (130,190,141). Sum of RGB (Red+Green+Blue) = 130+190+141=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE8D is #7D4172. Grayscale: #A6A6A6. Windows color (decimal): -8208755 or 9289346. OLE color: 9289346.

HSL color Cylindrical-coordinate representation of color #82BE8D: hue angle of 131º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE8D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 141 -
CMYK 0.32 0 0.26 0.25
HSL 131º 0.32% 0.63% -
HSV(B) 131º 0.32% 0.75% -
XYZ 32.43 43.5 31.89 -
YUV 166.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 130 190 141 0.32 0 0.26 0.25 131 0.32 0.63
Hex 82 BE 8D 20 0 1A 19 83 20 3F
Octal 202 276 215 40 0 32 31 203 40 77
Binary 10000010 10111110 10001101 100000 0 11010 11001 10000011 100000 111111

Color Harmonies of #82BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BE8D

Black with #82BE8D

Text Example


Text Example

White with #82BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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