#82BE78

Color #82BE78 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #82BE78

Tints of De York #82BE78

Color information

#82BE78 (or 0x82BE78) is unknown color: approx De York. HEX triplet: 82, BE and 78. RGB value is (130,190,120). Sum of RGB (Red+Green+Blue) = 130+190+120=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE78 is #7D4187. Grayscale: #A4A4A4. Windows color (decimal): -8208776 or 7913090. OLE color: 7913090.

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

Color convert

RGB130190120-
CMYK0.3200.370.25
HSL111.43º35%60.78%-
HSV(B)111.43º36.84%74.51%-
XYZ31.0142.9324.42-
YUV164.08103.12103.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=29.55%
G=43.18%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301901200.3200.370.25111.433560.78
Hex82BE7820025196f233d
Octal20227617040045311574375
Binary100000101011111011110001000000100101110011101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BE78;
 }
 .AnyTagClassName
 {
   color: #82BE78;
 }
</style>
background-color css

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

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

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

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

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

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