#82CB7A

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

Shades of De York #82CB7A

Tints of De York #82CB7A

Color information

#82CB7A (or 0x82CB7A) is unknown color: approx De York. HEX triplet: 82, CB and 7A. RGB value is (130,203,122). Sum of RGB (Red+Green+Blue) = 130+203+122=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB7A is #7D3485. Grayscale: #ACACAC. Windows color (decimal): -8205446 or 8047490. OLE color: 8047490.

HSL color Cylindrical-coordinate representation of color #82CB7A: hue angle of 114.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CB7A is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB130203122-
CMYK0.3600.400.20
HSL114.07º43.78%63.73%-
HSV(B)114.07º39.9%79.61%-
XYZ34.0748.8626.05-
YUV171.9499.8298.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=28.57%
G=44.62%
B=26.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031220.3600.400.20114.0743.7863.73
Hex82CB7A2402814722c40
Octal202313172440502416254100
Binary1000001011001011111101010010001010001010011100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,122); }

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

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

 a { background-color: rgb(130,203,122); }

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

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

 span { border-color: rgb(130,203,122); }

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